Advertisement
ZacBozer

Untitled

Jul 12th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 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. do
  9. script.Parent.ZacBozer.Humanoid.Health = script.Parent.ZacBozer.Humanoid.MaxHealth
  10. wait()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement