I know this isn't a request site but, i've looked on ROBLOX Wiki and couldn't find it. So i'm woundering if anyone could tell me.
New code:
-- Put this in the starterpack local player = script.Parent.Parent local character = player.Character newhead = character.Head:clone() newhead.Name = "FakeHead" newhead.Parent = character.Head.Parent character.Head.Transparency = 1
a little longer but still it works!
A local script in starter pack.
local player = game.Players.LocalPlayer player.HealthDisplayDistance = 0 player.NameDisplayDistance = 0