Advertisement
ZacBozer

another test god mode script

Jul 12th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. --[[
  2. very simple invincibility script by blockzkid
  3. changes your health back to max before you can actually die
  4.  or get any health taken away
  5. Put this into your PLAYER
  6. ]]
  7.  
  8. while true do
  9. script.Parent.ZacBozer.Health = script.Parent.Humanoid.MaxHealth
  10. wait()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement