1for i=1,50 do2for i, v in pairs(game.Players:GetChildren()) do if v == game.Players.LocalPlayer then v.Character.HumanoidRootPart.CFrame = workspace.Collectables.JBLz.JBLZ.Collider.CFrame 3end;end;4end