LZGXND

RB World 2 Auto Win (Court 6)

Jan 11th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. for x = 1, 7 do
  2. local A_1 = 6 ----- Change this to what court your on
  3. local A_2 = 1
  4. local Event = game:GetService("ReplicatedStorage")["join.court"]
  5. Event:InvokeServer(A_1, A_2)
  6.  
  7. local A_1 = 6 ----- Change this to what court your on
  8. local A_2 = 2
  9. local Event = game:GetService("ReplicatedStorage")["join.court"]
  10. Event:InvokeServer(A_1, A_2)
  11. wait(2)
  12. end
  13. plr = game.Players.LocalPlayer
  14. hum = plr.Character.HumanoidRootPart
  15. while wait(78)do
  16. for x = 1, 7 do
  17. local A_1 = 6 ----- Change this to what court your on
  18. local A_2 = 1
  19. local Event = game:GetService("ReplicatedStorage")["join.court"]
  20. Event:InvokeServer(A_1, A_2)
  21.  
  22. local A_1 = 6 ----- Change this to what court your on
  23. local A_2 = 2
  24. local Event = game:GetService("ReplicatedStorage")["join.court"]
  25. Event:InvokeServer(A_1, A_2)
  26. wait(2)
  27. end
  28. end
Add Comment
Please, Sign In to add comment