Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Has anybody had any problem with their Idle, Running and Jumping anim script?

Asked by
neoG457 315 Moderation Voter
8 years ago

For some reason players can see their running animation but they cant see anyone else's. Has anybody had a similar problem? And if so how did you fix it? I'm using an FM animator script.

1 answer

Log in to vote
1
Answered by 8 years ago

If you're using custom animations (especially if it's a custom model) and have FilteringEnabled on, it is most likely because the server isn't trusting the client's animation updates. You can probably fix this by setting the Network ownership of each character to the player who owns it. As explained in the link, clients are allowed full control of parts they own (which is why animation works normally).

(If you didn't know, I believe you can test various solutions easily by going into your place and opening up, under the Test menu, a server and client.)

0
sounds fancy. neoG457 315 — 8y
Ad

Answer this question