Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how do you make max health over 100 ?

Asked by
oziase 1
4 years ago

im making a game but i have fall dmg in it but it does to much dmg when they fall and i dont feel like mesing around with elements so im just going to increase max health so they dont die when they fall to high pls help

0
pls help how do you encreace max health for all players oziase 1 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

Please read:

Please ask these types questions on the forums found here.

And check the community guidelines found here.

I can also tell you have used a free model, please refrain from those types of questions here.

My answer:

The answer would be to identify the players character and edit the Humanoid.MaxHealth

Example script:

Identifying the player and the character:

game.Players.PlayerAdded:Connect(function(player) -- Identifying player
wait(1)
local Character = player.Character -- Identifying character
end)

Changing MaxHealth:

Character.Humanoid.MaxHealth = -- number (default = 100)

Links to check out:

Humanoid

MaxHealth

Health

Accept this answer if it helped!

.

Please note this does not directly give you a script you can use, this is something to learn from.

0
oooooooooooooooooor, you can just make a starter humanoid. simple as that BashGuy10 384 — 4y
0
u trolling? AizakkuZ 226 — 4y
0
no im trying to get to 500 reputation WideSteal321 773 — 4y
Ad

Answer this question