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

How do i make an Armour script?

Asked by 9 years ago

I have no idea how to script an armour script... can anyone help?

3 answers

Log in to vote
0
Answered by 9 years ago

You can also find ways to make a a certain player only to give the health to. If you want really high health replace the 200 with math.huge. If this helped a rep point is appreciated.

game.Players.PlayerAdded:connect(function(person) person.CharacterAdded:connect(function(char) char:WaitForChild("Humanoid") char.Humanoid.MaxHealth = 200 char.Humanoid.Health = 200 end) end)

Ad
Log in to vote
0
Answered by 9 years ago

You need to include more details on what you want. For example, have you tried looking up solutions, what other pieces of code have you tried etc.

0
I wanted the player to buy the developer product and then get awarded with 200 MaxHealth Newomri 0 — 9y
Log in to vote
0
Answered by
emite1000 335 Moderation Voter
9 years ago

When they are wearing the armour, make it so that it changes their Humanoid's MaxHealth.

Answer this question