Client Can't Interact With UI

Whenever I switch the camera subject to the inside of an empty model box I’m using as a room to have a 3D viewing space for shop items the player can’t interact with any type of UI.
It’s not the functions connected to the text buttons I’ve tested all of that.
I’ve looked everywhere trying to find a way to fix this but to no avail.

The box model is made of parts union’d together and the camera subject is set to the box typically making it rotate around the center of the inside of the box, where there are shop items like armor and things that players can view to decide if they want to purchase anything. Right now none of the UI will work, and it looks as though changing the subject prevents stuff from being clicked on.

Are you using a SurfaceGui / BillBoardGui?

1 Like

I’ve tried screen GUI’s and billboard GUI’s

If you tried both, i’m not sure, only thing i am able to think of is the Interactable property or the ZIndex property. Check to see if the button is overlapping or the interactable property is on.

1 Like

I think that may have fixed it, I think it was a zindex problem. tysm!!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.