-
What do you want to achieve? Keep it simple and clear!
A: I want to make an interactable computer with surface gui, but it has a part after the surface gui that acts as a glass(material is smooth plastic with glass texture). -
What is the issue? Include screenshots / videos if possible!
A:You can’t click the surface gui, or scroll with it through a part.
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
A: I tried looking at solutions but found nothing.
Can somebody please find a solution?
Are the screen part CanCollide, CanQuery and CanTouch properties false? Try that to see if it helps.
I will tell you if it works in 10 minutes, im trying to see another option.
If my suggestion works it would be far easier than trying anything else.
found the problem, it was from the mesh I was using, the hitbox was in the way of the gui and it didnt work, im going to do a solo fix now, still, thanks!
What is the setting for your MeshPart.CollisionFidelity?
Try PreciseConvexDecomposition instead of Box, Hull, or Default. The Roblox Engine API Reference | Roblox Creator Documentation page only shows the other 3 as options though, which isn’t right.