Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- local args = {
- [1] = "collectOrb",
- [2] = "Blue Orb",
- [3] = "City"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("rEvents"):WaitForChild("orbEvent"):FireServer(unpack(args))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement