Answers for "how to stop a function in roblox"

Lua
0

how to stop code roblo

-- exits the current scope

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

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

Code answers related to "how to stop a function in roblox"

Browse Popular Code Answers by Language