Find any script for Roblox

Enter the name of the game or script.

Script – 1% FINISH

Thank you for using our website
Your script:

				
					
local hrp = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
game:GetService("RunService").Heartbeat:Connect(function()
    hrp.CFrame = CFrame.new(-34, 735, 12)
end)