Advertisement
TheGamer1

Untitled

May 31st, 2019
1,590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. -- Made by Iconz | DONT SKID pls
  2.  
  3. _G.Enabled = true
  4.  
  5. while wait(0.1) do
  6. if _G.Enabled then
  7. local A_1 = 1
  8. local Event = game:GetService("ReplicatedStorage").RemoteEvents.WaitForPhase
  9. Event:FireServer(A_1)
  10. end
  11. end
  12.  
  13. -- Change Enabled to false when you want to stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement