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

How to change health one player only? [closed]

Asked by
wattome -14
4 years ago

how to change health only for one player not for all

Closed as Too Broad by programmerHere, ForeverBrown, karlo_tr10, and pwx

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?

1 answer

Log in to vote
-2
Answered by
harstud 218 Moderation Voter
4 years ago

Hi, you can do this using a localscript.

local Humanoid = game.Players.LocalPlayer.Character:WaitForChild(“Humanoid”)
Humanoid.Health = 100 
0
That won't replicate And all players get a copy of a local script. programmerHere 371 — 4y
0
Oh. harstud 218 — 4y
Ad