local LP = game:GetService("Players").LocalPlayer while wait(0.1) do for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v and v.Character and v ~= LP and v.Character:FindFirstChild("Head") then local hrp = v.Character:FindFirstChild("Head") hrp:BreakJoints() hrp.Transparency = 0 hrp.BrickColor = v.TeamColor hrp.Anchored = true hrp.CanCollide = false pcall(function() hrp.CFrame = LP.Character.HumanoidRootPart.CFrame * CFrame.new(1,0,-3.5) end) end end end join in my server for more: https://discord.gg/QZWKsmp8dQ