How to make a part that you cant zoom out to

Hello Devforum!

I want a part that someone cant zoom out to, like normally on a transparent part you can zoom out to and click buttons on that side, but I want it so it blocks you from zooming out to the other side and so you can’t interact with it.


This is what happens right now. It should block me.

I tried like everything, transparent uis, materialvariants, forcefields, everything.
I want it really to be like a normal window.

Do a raycasting validation.
Simple as that
It should be in Help and Feedback > Scripting Support

To achieve result you want, you should:

  1. Set part’s transparency to 0
  2. Add a special mesh to it
  3. Set MeshId to 0
  4. Done!

Let mr know if you have any questions.

1 Like

Wait, what?! Omg you’re a lifesaver!

1 Like