Advertisement
lllkkklkk

dummy dropkick

Aug 26th, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local player = game.Workspace.Live["Weakest Dummy"]
  2. repeat wait() until player.Humanoid
  3. local dummyhumanoid = game.Workspace.Live["Weakest Dummy"]["Humanoid"]
  4.  
  5.  
  6. local anim2 = Instance.new("Animation")
  7. anim2.AnimationId = "rbxassetid://17420452843"
  8.  
  9. local playAnim2 = dummyhumanoid:LoadAnimation(anim2)
  10. playAnim2:Play()
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement