1
for i,v in pairs(game:GetDescendants()) do if v.Name == 'Star' then v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end end