Can I manipulate an animation played in a local script from a server script?

Greetings,

I play an animation from a local script before i fire an event. However I want to then manipulate this animation from the server script

I found this, however while it doesn’t error and it does print, it still doesn’t work as it seems it’s suppose to be from a local script.

EDIT: test played and noticed that it works on server but it doesn’t seem to replicate to the client, leaving me stuck in the animation

I am hoping there is another way? All I want is to change the time position of the animation

Thank you for your time

Iirc, animations played on a local script will replicate to the server, anyways. So what exactly is your use case for changing it on the server?

I move the player with the server script, I made animation change at the end so my goal was to set the time position to the end when the player is done moving. I was hoping to avoid it but i ended up firing an event to the client side to change the time position