Hello. I am trying to add custom walk, run & idle animations to my game. For me, everything looks perfectly fine. But for others, they can’t see the animations at all. I have them set to Movement priority and i’ve done everything I need to do to make them work.
if it’s in a localscript, then yes it’s only visible to you. if you change a property of anything in the client it doesn’t replicate to the server or any other clients, if you change it from the server it will replicate to all clients
Maybe its how im uploading it? All im doing is just importing my animation from blender and publishing it to roblox and taking the ID. IS there more to it that im missing?
Firstly, I’d like to point out for others that if Animations are being played on your character through your client, then they will be replicated to the server.
If it plays for you and only you, you might be having difficulties with ownership, here are some scenarios:
The game is owned by an individual, but the Animations weren’t exported by the owner – In this case, the owner would have to export the animations, then use the IDs from that. This is Roblox’s way of protecting assets from being stolen.
The game is owned by a group, but an individual’s Animations are being used
– For this, you would have to export the animations but make sure the ownership is set to the group that owns the game
These are two scenarios I come across all the time, it’s easy to fix but Roblox has some odd rules when it comes to Animation sharing.
(Taking a shot in the dark here, this may be not what you’re facing at all)