como parar o código roblo
-- exits the current scope
if (condition) then
return
print("Hello World!")
end
-- code won't print anything
Cool Coder 123
-- exits the current scope
if (condition) then
return
print("Hello World!")
end
-- code won't print anything