Advertisement
poppychris

Infinite Stamina Script AR

Dec 19th, 2019
7,439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local Stamina = true
  2. local s = Instance.new ("Sound", workspace)
  3. s.SoundId = 'rbxassetid://177266782'
  4. s.Volume = 0.4
  5. s:Play()
  6. Stamina = true
  7. while wait() do
  8. if Stamina == true then
  9. game.Players.LocalPlayer.Backpack.GlobalFunctions.Stamina.Value = 100
  10. end
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement