My animation script isn't working

I tried to animate my roblox avatar to wave to other players. Every time i make corrections, It doesn’t function.
image
The script:


The waving script: Ayzilo's Waving Script - Roblox

2 Likes

Hi, are you getting any errors?

I am not getting any errors. It’s strange.

1 Like

Do you own the animation you’re trying to play?

Yes, I tried animating it myself, with a youtube tutorial.

1 Like

Can you debug your code? Just add simple prints so we can make sure it’s running.

1 Like

Alright.

1 Like

Is your code in StarterPlayerScripts?

I also normally use a local script for animations (it replicates as the player has network ownership), try doing that and let me know if it fixes it.

Ohhh, your right! I shouldn’t have put it in StarterPlayerScript. That’s where I originally put it. Local Script works!! Thank you so much! This is very much appreciated.

2 Likes

No problem, I’m glad it’s fixed your issue!

(make sure to mark my reply as solution)

1 Like

I sure did! :smiley:

2 Likes