Advertisement
TheMadWally

SB2 Infinite Stamina

Apr 21st, 2018
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local client = game:GetService("Players").LocalPlayer
  2. while wait() do
  3. if client.Character then
  4. client.Character:WaitForChild("Entity").Stamina.Value = 100
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement