I hope you will find the problem
Hello, I had a similar problem. Most likely you and your friend are creating a place in the team create mode, in this mode the animations are displayed very strangely.
The most important thing you need to know is that in order for the animations to be displayed in the game, you need to upload them to the owner of the place.
(at the same time, only he will see them in the studio)
The easiest way to solve this is change it to a server script as of now, if you just want it out of the way.
There are possible reasons why it doesn’t show for other players:
- its a local script
- you disable and enable it
- the animation does not belong to the correct creator
those are the only reasons I can think of
I already changed it to script but it didn’t work
Then it is possible the animation is not correctly owned by the correct owner of the game.
ok thank you ill try to make the animations
Try to publish your friends animation as you and then use that animation id
Animations played on the client (from local scripts) will replicate to the server.
After testing for myself I was able to make it work. Here were the issues I had to address:
- You did not move the code into a Script (at least when you sent the place file, the animation handling code was still located in a LocalScript).
- The Animation you are attempting to use appears to be empty so it would not have played anything regardless.
Here is the updated place file:
PleaseFix.rbxl (133.2 KB)
I moved the animation loading into a Script named “Animations” located in ServerScriptService. The animation that zombies now run is one I created. You can use this if you wish, or otherwise try recreating your animations since they are currently blank.