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

how do you add health to someone's humanoid?

Asked by 5 years ago

i try this but it doesn't work? it's so weird

workspace.fistter1.Humanoid.Health + 100

any help is appreciated!!

1 answer

Log in to vote
1
Answered by
Azarth 3141 Moderation Voter Community Moderator
5 years ago
Edited 5 years ago

You almost had it. Take the players health and add 100. I wouldn't recommend this way of referencing a players character, but without additional info, this is how you'd fix your script.

workspace.fistter1.Humanoid.Health = workspace.fistter1.Humanoid.Health + 100
Ad

Answer this question