ZIndex Fighting With SelectionBox

local SelectionBox = Instance.new("SelectionBox")
SelectionBox.SurfaceTransparency = 0
SelectionBox.Parent = game.Workspace.Baseplate
SelectionBox.Adornee = game.Workspace.Baseplate

May not be visible at the top, but does show on the bottom and sides. I am using a GTX 1070 (the mobile 2048 CUDA cores one) with automatic graphics on Windows 10.

The code should be

SelectionBox = Instance.new("SelectionBox") SelectionBox.SurfaceTransparency = 0 SelectionBox.Adornee = workspace.Baseplate SelectionBox.Parent = SelectionBox.Adornee

because the command bar only remembers global variables. But yeah I do see it. I’ve noticed it before in other situations, like when I fall through a map in some games.