Como sair do escopo atual roblox
-- exits the current scope
if true then
return
print("Hello World!")
end
-- code won't print anything
Cool Coder 123
-- exits the current scope
if true then
return
print("Hello World!")
end
-- code won't print anything