I don't know how to reference humanoid. I try to reference by: game.workspace.Humanoid.Health =400 Then I get an error "Humanoid is not a valid member of workspace". I
local player = game.Players local Char = player.Character local Hum = Char.Humanoid -- or Char:WaitForChild("Humanoid") Humanoid.Health = 400 Humanoid.MaxHealth = 400