Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Workspace.Live["Weakest Dummy"]
- repeat wait() until player.Humanoid
- local dummyhumanoid = game.Workspace.Live["Weakest Dummy"]["Humanoid"]
- local anim2 = Instance.new("Animation")
- anim2.AnimationId = "rbxassetid://17354976067"
- local playAnim2 = dummyhumanoid:LoadAnimation(anim2)
- playAnim2:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement