how to change health only for one player not for all
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?
Hi, you can do this using a localscript.
local Humanoid = game.Players.LocalPlayer.Character:WaitForChild(“Humanoid”) Humanoid.Health = 100
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?