i made a space ship and i can’t walk inside it, can someone help me fix it?
the faces are in the correct and still somehow the collision block me from getting inside
i made a space ship and i can’t walk inside it, can someone help me fix it?
the faces are in the correct and still somehow the collision block me from getting inside
Try setting the CollisionFidelity
property to PreciseConvexDecomposition
. If that doesn’t work then split your mesh into 4 or more parts and stick them together.
didn’t work, i can’t still go through the entrance door
Then it’s due to Roblox. You can’t do anything but split parts of your mesh into multiple parts and import them as a group. So they are separate when imported to Roblox.
It is also recommended to not use large scaled single meshes for interiors due to this exact reason unless you plan on making them decorative.