Answers for "how to exit current scope roblox"

Lua
3

how to exit current scope roblox

-- exits the current scope

if true then 
    return
	print("Hello World!")
end 

-- code won't print anything
Posted by: Guest on January-28-2021

Browse Popular Code Answers by Language