Advertisement
RobloxPain3

OnlinePiratesDead

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