Advertisement
ERROR_CODE

test emote

Aug 20th, 2023 (edited)
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. AnimationId = "13554461644"
  2. local Anim = Instance.new("Animation")
  3. Anim.AnimationId = "rbxassetid://"..AnimationId
  4. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5. k:Play()
  6. wait(5)
  7. k:Stop()
  8. --[[AnimationId = ""
  9. local Anim = Instance.new("Animation")
  10. Anim.AnimationId = "rbxassetid://"..AnimationId
  11. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  12. k:Play()
  13. wait(5)
  14. k:Stop()]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement