Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

how to exit current scope roblox

-- exits the current scope

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

-- code won't print anything
 
PREVIOUS NEXT
Tagged: #exit #current #scope #roblox
ADD COMMENT
Topic
Name
8+2 =