FilterYT

Untitled

Apr 15th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while true do
  2. local Remote = game.ReplicatedStorage['addXP']
  3.  
  4. local Arguments = {
  5. [1] = 300
  6. }
  7.  
  8. Remote:FireServer(unpack(Arguments))
  9. wait(0.8)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment