Roblox Sync Animation

Hello, I’ve seen alot of games now that has this “sync” feature where you either do a command or you click on someone, and then syncs the animation with the targeted player. How do you do something like that and is it client, or serversided? Is there a way to track where you are in an animation or?

3 Likes

you can do a sync gui when they click on it, they need to click on a player and it copies the time of the animation track, or even a sync command

how do you get the time of the animation track? use animation.TrackPosition and animation:AdjustSpeed(animationspeed), and here is a string pattern that matches every username ([%w_]+)

1 Like