For some reason, some of my parts disappear during playtest. They are all anchored and visible in the explorer but when I play the test they all disappear, why?
The only reason I can think why the parts are disappearing is because there might be a script inside the part or somewhere in your game that is turning the transparency of the parts to 1 and/or making the part unanchored.
If you know there are no scripts that would be affecting the transparency or making them unanchored, then you can try to turn on the collisions on the parts and playtest to see if your player runs into the part. If your player does run into the part, then it means the part is there, but there is something interfering with the transparency. I’m not sure what else could be causing this.
the parts are fully deleted from the workspace, I’ve never seen it before
By chance, is StreamingEnabled
set to true in workspace?
yes streaming enabled is on, should it be?
That would explain why. The parts are far enough away from you that when you play the game they disappear.
Try turning it off and see if the parts are there or press “Play Here” while above them and they should still be there.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.