Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Stamina = true
- local s = Instance.new ("Sound", workspace)
- s.SoundId = 'rbxassetid://177266782'
- s.Volume = 0.4
- s:Play()
- Stamina = true
- while wait() do
- if Stamina == true then
- game.Players.LocalPlayer.Backpack.GlobalFunctions.Stamina.Value = 100
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement