Advertisement
cr8brooo

Untitled

Aug 11th, 2018
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local RemoteEvent = game.ReplicatedStorage:WaitForChild("RemoteEvent")
  2. RemoteEvent.ChangeStatsEvent:FireServer("100m", "VipPass", true)
  3. RemoteEvent.ChangeStatsEvent:FireServer("100m", "PizzaPass", true)
  4. RemoteEvent.ChangeStatsEvent:FireServer("100m", "RainbowPass", true)
  5. RemoteEvent.ChangeStatsEvent:FireServer("100m", "NameChangePass", true)
  6. RemoteEvent.ChangeStatsEvent:FireServer("120lk", "FunnySwordPass", true)
  7. RemoteEvent.ChangeStatsEvent:FireServer("100m", "FunnyThrowPass", true)
  8. RemoteEvent.ChangeStatsEvent:FireServer("100m", "x2NinjutsuPass", true)
  9.  
  10. -----------------------------------------------------------------------------
  11.  
  12. while true do
  13. game.ReplicatedStorage.RemoteEvent.AddPowerEvent:FireServer("FromTraining", 20)
  14. wait(1)
  15. end
  16.  
  17. ------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement