Untitled

                Never    
Lua
       
local P = game:GetService("Players").LocalPlayer

wait()
game:GetService("Workspace"):WaitForChild(P.Name):WaitForChild("Left Leg").Anchored = true
game:GetService("Workspace"):WaitForChild(P.Name):WaitForChild("Right Leg").Anchored = true

game:GetService("Workspace"):WaitForChild(P.Name):WaitForChild("Left Leg").Position = game:GetService("Workspace"):WaitForChild(P.Name):WaitForChild("Left Arm").Position + Vector3.new(0,-2,0)
game:GetService("Workspace"):WaitForChild(P.Name):WaitForChild("Right Leg").Position = game:GetService("Workspace"):WaitForChild(P.Name):WaitForChild("Right Arm").Position + Vector3.new(0,-2,0)

Raw Text