Advertisement
Animescapetower

Anti abuse for void script builder

Feb 17th, 2018
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local settime = 3--Ammount of time
  2. print("Time is randomly setted to "..settime.." seconds")--Tells you the time
  3. game.StarterGui:SetCoreGuiEnabled("Chat",false)
  4. wait(settime)--Anti abuse chat for void
  5. game.StarterGui:SetCoreGuiEnabled("Chat",true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement