Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local settime = 3--Ammount of time
- print("Time is randomly setted to "..settime.." seconds")--Tells you the time
- game.StarterGui:SetCoreGuiEnabled("Chat",false)
- wait(settime)--Anti abuse chat for void
- game.StarterGui:SetCoreGuiEnabled("Chat",true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement