Advertisement
rrixh

legendSp

Mar 23rd, 2024
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. while true do wait()
  2. local args = {
  3.     [1] = "collectOrb",
  4.     [2] = "Red Orb",
  5.     [3] = "City"
  6. }
  7. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(args))
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement