Advertisement
imsoepiclol123

Untitled

Aug 16th, 2023
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. while wait(0.1) do
  2. local args = {
  3. [1] = 1,
  4. [2] = false
  5. }
  6.  
  7. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("CollectGem"):FireServer(unpack(args))
  8. end
  9.  
  10. while wait(0.1) do
  11. local args = {
  12. [1] = 2,
  13. [2] = false
  14. }
  15.  
  16. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("CollectGem"):FireServer(unpack(args))
  17. end
  18.  
  19. while wait(0.1) do
  20. local args = {
  21. [1] = 3,
  22. [2] = false
  23. }
  24.  
  25. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("CollectGem"):FireServer(unpack(args))
  26. end
  27.  
  28. while wait(0.1) do
  29. local args = {
  30. [1] = 4,
  31. [2] = false
  32. }
  33.  
  34. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("CollectGem"):FireServer(unpack(args))
  35. end
  36.  
  37. while wait(0.1) do
  38. local args = {
  39. [1] = 5,
  40. [2] = false
  41. }
  42.  
  43. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("CollectGem"):FireServer(unpack(args))
  44. end
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement