Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
- local anim = Instance.new("Animation")
- anim.AnimationId = "rbxassetid://181526230"
- local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
- track:Play()
- local bav = Instance.new("BodyAngularVelocity", game.Players.LocalPlayer.Character.HumanoidRootPart)
- bav.MaxTorque = Vector3.new(0, math.huge, 0)
- bav.AngularVelocity = Vector3.new(0, 50, 0)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
- elseif game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
- error("its only for r6 noob")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement