This bug just appeared in our game as we were preparing to ship an update. It appeared immediately after today’s client update.
Our eyes no longer follow the faces of the avatars, despite the part moving with the avatar.
Updating the transparency of the parent part will make the decals update, but they remain frozen in that position again.
Edit: Unrelated to root being anchored. Seems to be when the part stops moving.
Here is me running around with the ball (Part1, welded to Part0 via a weld) using Roblox Animations:
Now here is me doing a pitching animation which is performed locally by setting the Transform Property of Motor6D’s, while the Server model is a stationary character doing no animations:
Notice that the ball just stays in place and doesn’t follow its Part0.
Here is another shot where I step off the mound and the ball starts to update again correctly:
This all started happening with the recent update like an hour ago.
Link to game:
Yep, these are animations being run on the client
Our face is attached using both a Motor6D and WeldConstraint (as it uses 2 separate parts) so not sure which would impact it.