--# Author: TTJY --# Instruction: Execute this and then infinite yield + tpwalk to make it work local P:Players=game:GetService("Players"); local Local:Player=P.LocalPlayer; while true do Local.Character.HumanoidRootPart.Anchored = true; task.wait(0.2) Local.Character.HumanoidRootPart.Anchored = false; task.wait(0.2) end;