|
When I try to make someones health 10000 Max and reagular in the game it stays max health 10000 health 100. Help please? |
|
|
LurrrchJoin Date: 2009-04-13 Post Count: 1079 |
You have to script it so that both the Maxhealth and Health properties stay at your number on spawned. |
|
|
Noo.. Another way please D: |
|
|
WK100Join Date: 2008-10-13 Post Count: 2835 |
Put the health to maxhealth when spawned.
Or use a script :P |
|
|
Can someone give me the script then? |
|
|
Look for one in the catalog. |
|
|
Put this script inside the humanoid.
local Health = 1000 -- What you want it to be.
script.Parent.MaxHealth, script.Parent.Health = Health, Health |
|
zVexJoin Date: 2010-04-12 Post Count: 565 |
Do this in the humanoid.
Health: 1000
Maxhealth: 1000
When you open humanoid again, its will look like this:
Health: Randomnumberlol
Maxhealth: 1000
Change the random number to 1000 again, and it works. |
|
|
Tanomg im not an idiot. I tried that. Btw, that random number number is 1e+003 003 is for each thousand. If it were it were 4k it would be 1e+004 |
|
|
There is a tutorial on it at wiki.roblox.com |
|
|
|
pauljklJoin Date: 2008-10-23 Post Count: 9364 |
1e+004 is 10000 not 4k
4e+003 is 4k
Script is:
script.Parent.Humanoid.Health = script.Parent.Humanoid.MaxHealth |
|
|
I mean to that spacific script.
Also, thanks above. Ill try. |
|
|
Errr. Wrong answer. Didn't work D; |
|
|
|