Hello,
I am trying to make the selectionbox instance appear over everything. As you can see here, the selectionbox is visible when in the open, but not when covered.


Anyway to counter this?
Hello,
I am trying to make the selectionbox instance appear over everything. As you can see here, the selectionbox is visible when in the open, but not when covered.


Anyway to counter this?
I think its just a limitation with the roblox SelectionBox instance. There are probably some simple workarounds though, you could probably just use a BillboardGui w/ a simple outline if thats what you’re going for. If you are really going for the aesthetic of the SelectionBox, you could try making your own using SurfaceGuis w/ a rectangle ImageLabel and setting the AlwaysOnTop bool of the SurfaceGui to true, although I don’t know how this would run on lower end PCs.
I’ll try the billboardgui’s with the outlines. Thank you.
No problem! Glad I could help. If anyone has a possible workaround for the SelectionBox showing over everything, I’d love to hear it. Kind of interested myself now.