of     1   

AntonioLorenzi
#140082366Saturday, July 12, 2014 10:55 AM GMT

So the player doesn't regen health ? plz dont hate i know i shouldnt request scripts but i basically have a damage script and it's gonna be pointless if the player will just regen.
AntonioLorenzi
#140082418Saturday, July 12, 2014 10:56 AM GMT

the natural roblox one not one if if (h.MaxHealth > h.Health + 5) then h.Health = h.Health + 5
Jradi
#140082872Saturday, July 12, 2014 11:08 AM GMT

game.Players.PlayedAdded:connect(function(Player) -- check to see if the character is ready if Player.Character then -- Now we need to remove the regen auto script from the character model Player.Character.Health:Destroy() end) "The Heart of Gold comes from the Soul of Supremacy" - Gingie from Shrek | The Biscuit Of '99
AntonioLorenzi
#140083321Saturday, July 12, 2014 11:21 AM GMT

Thanks, but I got it myself anyway

    of     1