Guest User

Untitled

a guest
Jan 15th, 2021
4,925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. local A_1 = 1
  2. local Event = game:GetService("ReplicatedStorage").System.Task.TaskReward
  3. while wait() do
  4. Event:FireServer(A_1)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment