Scriptorz5

🏋️Weight Lifting Simulator 3🏋️

Oct 10th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. _G.toggle = true
  2. while _G.toggle do
  3. wait(0.01)
  4. local name = game.Players.LocalPlayer.Name
  5. local rep = "rep"
  6. local remote = game:GetService("Players")[name].strengthEvent
  7. remote:FireServer(rep)
  8. end
Add Comment
Please, Sign In to add comment