sckum555Join Date: 2008-08-20 Post Count: 6576 |
The health is always 100 no matter what you set the maxhealth to be THE FIRST TIME you join the game. How did people like rangemelude fix that? |
|
SDuke524Join Date: 2008-07-29 Post Count: 6267 |
script.Parent.Humanoid.Health=script.Parent.Humanoid.MaxHealth |
|
|
Umm.. You set the health to whatever the maxhealth is? |
|
sckum555Join Date: 2008-08-20 Post Count: 6576 |
it doesnt work! it just puts the health back at 100 |
|
|
A humanoids health can not surpass 100 without a script. What the second poster, (I think second,) has a correct script. Place the script in the Humanoid, I believe. |
|
sckum555Join Date: 2008-08-20 Post Count: 6576 |
NO! I TRIED THAT!!! |
|
|
While your building dont kill the monster when you set the hp to 100+ just leave after u do it |
|
sckum555Join Date: 2008-08-20 Post Count: 6576 |
im using roblox studio how am i supposed to even kill it >.> |
|
razourikJoin Date: 2009-01-21 Post Count: 1155 |
With ROBLOXia |
|
|
You must change the both Humanoid's MaxHealth & Health. I would change the MaxHealth first:
Humanoid.MaxHealth = 200
Humanoid.Health = 200
|
|
sckum555Join Date: 2008-08-20 Post Count: 6576 |
I HAVE A SCRIPT THAT DOES THAT AND IT DOESNT WORK |
|
Cmac0214Join Date: 2009-02-28 Post Count: 2267 |
question mark? |
|
OBFJoin Date: 2009-09-29 Post Count: 10709 |
Set the MaxHealth to 100 and the Health to 50. |
|
789cabJoin Date: 2009-07-13 Post Count: 3145 |
Ummmm... script.Parent.MaxHealth = 100 -- change 100 to what you want
and also put this in there script.Parent.Health = 100 -- change 100 to what you want |
|
sckum555Join Date: 2008-08-20 Post Count: 6576 |
I DID THAT
IT DOESN'T WORK
OMG STOP |
|
acealeamJoin Date: 2009-10-16 Post Count: 14875 |
@DinoConnor
Omfg stupid! |
|
|
@OBF
What help is that?
:P
LOL |
|
sckum555Join Date: 2008-08-20 Post Count: 6576 |
Guys just help me NO SCRIPT WORKS!!!!!! |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
You probably do not know how to use the scripts :3 because I made a 1 line script that fixes that and it is working perfectly for me. |
|
sckum555Join Date: 2008-08-20 Post Count: 6576 |
what is it? its impossible to just be health = maxhealth beacuse the game loads too fast so your lying idiot stop saying the same thing!!!! |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
If you are just gonna put your fingers in your ears and scream "LALALALALALAL" then do not come to a help forum. |
|
sckum555Join Date: 2008-08-20 Post Count: 6576 |
I'm not! You are! that script DOESNT WORK! I have it in and it never works I jeep trying to fix it and it just WONT. WORK. |
|
sckum555Join Date: 2008-08-20 Post Count: 6576 |
I NNNNEEEEDDD HELPPP!!!!! PLEASE! |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
script.Parent.Health = script.Parent.MaxHealth
Put that in a script inside the Humanoid and stop yelling ._. |
|
sckum555Join Date: 2008-08-20 Post Count: 6576 |
THIS DOESN'T WORK NO MATTER WHAT
script.Parent.Monster.Health = script.Parent.Monster.MaxHealth
or any varient of that. |
|