Hopping from Allow us to make our animations usable in any game by configuring it and add a library section
Sometimes there seems to be a bug where collisions with the animated parts are ignored by the player if they join while the animation is playing. They can walk right through the visual rendered model of the building.
All visual parts in the screenshot are cancollided, but not anchored. I joined during the building being somewhere else while an animation was played on it using an AnimationController.
Picture taken in https://www.roblox.com/games/186847702/Temple-of-Memories#
Not certain if this is just how I’ve done the animation setup, or if it happens for anyone else, but:
- Have a running server
- Play an animation on some object where the root part is anchored and the rest of the model is unanchored
- Have a new player join while the animation is playing (they will not see it play)
- Check if the player walks through the animated model (which should be CanCollide)