of     1   

bagwan12345
#64053102Friday, March 09, 2012 10:02 PM GMT

I even made a script: script.Parent.Humanoid.Health = script.Parent.Humanoid.MaxHealth and it works, but only in test mode (It doesn't work when I go on a public server) Any other way?
miz656
#64053207Friday, March 09, 2012 10:05 PM GMT

It probably does that because your MaxHealth is 100. script.Parent.Humanoid.MaxHealth = 200 script.Parent.Humanoid.Health = 200
bagwan12345
#64053600Friday, March 09, 2012 10:12 PM GMT

I forgot to mention, though, that I did change the MaxHealth to 200 already.
miz656
#64054028Friday, March 09, 2012 10:19 PM GMT

What do you want it to be?

    of     1