-- just some fun script i made for no reason -- BE CAREFUL USING IT ON A SVR U WANNA STAY ON local P=game:GetService("Players").LocalPlayer local C=P.Character or P.CharacterAdded:Wait() local H=C:WaitForChild("HumanoidRootPart") local t={{817,118,2340},{563,121,2588},{-859,94,2113}} while true do for i=1,#t do H.CFrame=CFrame.new(t[i][1],t[i][2],t[i][3]) wait(.1) end end