Advertisement
FuZionPlayz

one Stamina

Mar 26th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. while true do
  2. wait (0)
  3. local A_1 = game:GetService("Players").LocalPlayer.PlayerValues.Stamina
  4. local A_2 = -99999
  5. local Event = game:GetService("ReplicatedStorage").RemoteEvents.RemoveStaminaRemote
  6. Event:FireServer(A_1, A_2)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement