Advertisement
UndyingSouls9423Disc

Hunger/Thirst

Jan 29th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. getglobal game
  2. getfield -1 GetService
  3. pushvalue -2
  4. pushstring Players
  5. pcall 2 1 0
  6. getfield -1 LocalPlayer
  7. getfield -1 playerstats
  8. getfield -1 Hunger
  9. pushnumber 1000
  10. setfield -2 Value
  11. emptystack
  12.  
  13. getglobal game
  14. getfield -1 GetService
  15. pushvalue -2
  16. pushstring Players
  17. pcall 2 1 0
  18. getfield -1 LocalPlayer
  19. getfield -1 playerstats
  20. getfield -1 Thirst
  21. pushnumber 1000
  22. setfield -2 Value
  23. emptystack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement