local player = game.Players.LocalPlayer local function loop() while task.wait(0.1) do if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then player.Character.HumanoidRootPart.CFrame = CFrame.new(21, 8, -127028) end end end player.CharacterAdded:Connect(loop) if player.Character then loop() end setclipboard("https://discord.gg/TR3quUFgT6")