local Players = game:GetService("Players"):GetChildren()
local highlight = lnstance.new("Highligth")
highlight.Name = "Highligth"


for i٫ v in pairs(Players) do
    repeat wait() until v.Character
    local highlightClone = highlight:Clone()    
    highlightClone.Adornee = v.Character
    highlightClone.Parent = v.Character:FindFirstChild("HumanoidRootPart")
end


game.PlayerAdd:Connect(funtion)
    repeat wait() until Player.Character
    local highlightClone = highlight:Clone()    
    highlightClone.Adornee = Player.Character
    highlightClone.Parent = Player.Character:FindFirstChild("HumanoidRootPart")
end) 

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: