Are there any constraints between it and other anchored parts, or anything setting it’s CFrame? You could write a script that attachs a CFrame changed event to each anchored part and warns you if it moves or changes.
No, the affected parts seem arbitrary and are just simple anchored parts with no constraints. The only thing the affected parts have in common is that they are contained within models (as a folder hierarchy)
I did write a simple script to detect if Anchored is changed and will put it back. I just wish I could figure out what is changing it. Because if the affected model keeps changing, I can’t make an anchor script for every part in the game!
No, and the parts that go missing eventually, are there when a new server is generated then after some hours of play they go missing. Anchored parts. I don’t get it.
Hmm. One possibility I’m seeing is that your not noticing that you are clicked on a part and maybe accidentally dragging it. Are you collaborating on this project with anyone else?
No, I don’t use team create. Its just me. And I know the parts aren’t being dragged away because they are there when the server starts. The parts are there in other servers then randomly get gone in some servers.
I think it must be a glitch or else a script that is doing something unexpected. FindFirstAncestor gone awry then drilling down from workspace into child models or something, idk.