Comment arrêter le code ROBLO

-- exits the current scope

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

-- code won't print anything
Cool Coder 123