Start an animation when a player enters the game

Hello! I need help with my game.
I would like to put an animation that I created, when each player enters the game the animation starts.
Thanks to anyone trying to help me.

2 Likes

Do a CharacterAdded Event, then do Humanoid:LoadAnimation() inside of it.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.