Hey, so I made a custom animation. It looks great on my screen and everyone else’s screens but the animation does not appear on the avatar for each other. I am using the default roblox animation script. Please help me!
Where is the script?
Also, did you use local or serverscripts
local script does work but sometimes network ownership mess up
so its good to use replicate into serverscript
local, the default roblox animation script
If you are running this in studio with team create, it won’t replicate the animations. It should work in game if you’ve done it correctly, though.
try to replicate it using remoteevents to the serverscript.
how do I do that if im using the default roblox animation script
1 Like