The board selection method for "Decal for Board..." now in the metauni menu under Boards, puts up blue parts around each board for you to click on. This happens now in PocketMenu:_startBoardSelectMode of PocketMenu.lua. The method is now broken (the click passes through to the board itself).
It is in any case a bad way to implement this feature, which should be done with raycasting instead (similar to how the borders work for when you're Attached as Speaker).
The board selection method for "Decal for Board..." now in the metauni menu under Boards, puts up blue parts around each board for you to click on. This happens now in
PocketMenu:_startBoardSelectMode
ofPocketMenu.lua
. The method is now broken (the click passes through to the board itself).It is in any case a bad way to implement this feature, which should be done with raycasting instead (similar to how the borders work for when you're Attached as Speaker).