local plrs = game:GetService("Players") local client = plrs.LocalPlayer local char = client.Character local humanoid = char:FindFirstChildOfClass("Humanoid") local animate = char:FindFirstChild("Animate") char.HumanoidRootPart.Anchored = true humanoid.PlatformStand = true task.wait(0.2) animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=10921344533" animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=10921345304" humanoid.PlatformStand = false char.HumanoidRootPart.Anchored = false