Animations from server

how would i be able to get client GetPlayingAnimationTracks from the server

is it possible ?

example:

Client Script:

anim:Play()

Server Script:

-- now getting that playing animation track that the client played
1 Like

Animations replicate so you should be able to call GetPlayingAnimationTracks on the server and it’ll return an array of a locally loaded animation tracks.