Answers for "how to end if statement roblox"

Lua
0

how to end if statement roblox

-- exits the current scope

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

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

roblox if then

if 2 + 3 == 5 then
	print("Two plus three is five")
end
Posted by: Guest on September-15-2020

Browse Popular Code Answers by Language