Rhysical

halo thing

Sep 10th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. local waittime =0.001
  2. local w = {[1] = "White"}
  3. local b = {[1] = "Black"}
  4. local B = {[1] = "Blue"}local waittime =0.001
  5. local w = {[1] = "White"}
  6. local b = {[1] = "Black"}
  7. local B = {[1] = "Blue"}
  8. local P = {[1] = "Pink"}
  9. local Y = {[1] = "yellow"}
  10. local G = {[1] = "Green"}
  11. while true do
  12. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(w))
  13. wait(waittime)
  14. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(b))
  15. wait(waittime)
  16. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(B))
  17. wait(waittime)
  18. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(P))
  19. wait(waittime)
  20. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(Y))
  21. wait(waittime)
  22. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(G))
  23. wait(waittime)
  24. end
  25. local P = {[1] = "Pink"}
  26. local Y = {[1] = "yellow"}
  27. local G = {[1] = "Green"}
  28. while true do
  29. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(w))
  30. wait(waittime)
  31. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(b))
  32. wait(waittime)
  33. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(B))
  34. wait(waittime)
  35. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(P))
  36. wait(waittime)
  37. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(Y))
  38. wait(waittime)
  39. game:GetService("ReplicatedStorage").Remotes.HaloFunction:InvokeServer(unpack(G))
  40. wait(waittime)
  41. end
Advertisement
Add Comment
Please, Sign In to add comment