xxxDrez

Untitled

Jun 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. print("Legends Of Run!")
  2. print("By xxxDrez vk.com/drez_damone")
  3.  
  4. while true do
  5. wait(0.1)
  6. local A_1 = "collectOrb"
  7. local A_2 = "Red Orb"
  8. local A_3 = "City"
  9. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  10. Event:FireServer(A_1, A_2, A_3)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment