Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

how to end if statement roblox

-- exits the current scope

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

-- code won't print anything
Source by devforum.roblox.com #
 
PREVIOUS NEXT
Tagged: #statement #roblox
ADD COMMENT
Topic
Name
3+3 =