Why am i not able to see my selection box on the part that my mouse is hovering on?
script.Parent.Selected:connect(function(mouse) function move() if mouse.Target == nil then script.Parent.SelectionBox.Adornee = nil else script.Parent.SelectionBox.Adornee = mouse.Target end end mouse.Move:connect(move) end)
"Update" When i look in properties the adornee is on the selected part the selection box just wont show up