Advertisement
Guest User

Untitled

a guest
May 25th, 2019
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for i=1, 5000 do
  2. game.ReplicatedStorage.Interactions['IncreaseEndurance']:FireServer(1)
  3. game.ReplicatedStorage.Interactions['IncreaseStrength']:FireServer(1)
  4. game.ReplicatedStorage.Interactions['IncreaseSpeed']:FireServer(1)
  5. game.ReplicatedStorage.Interactions['IncreaseMind']:FireServer(1)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement