How do you make a script, that doesnt allow you to reset, or die while healing?
Put this in a LocalScript in StarterPack
player = game.Players.LocalPlayer game.Players.PlayerAdded:connect(function() player.Character.Humanoid.Name = "humanoid" end)