Advertisement
THEDEVEL2220

execute 3 times HP

Aug 9th, 2022
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. _G.riotheW = true
  2. while wait() do
  3. if _G.riotheW == false then
  4. return
  5. end
  6. if _G.riotheW == true then
  7. game:GetService("ReplicatedStorage").Remotes.Bench:FireServer()
  8. game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
  9. game:GetService("ReplicatedStorage").Remotes.Bench:FireServer()
  10. game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
  11. game:GetService("ReplicatedStorage").Remotes.Bench:FireServer()
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement