What device/platform are you having the problem on?
PC
Were you alone or with other players?
Alone
describtion
this is genuinely frustrating one of the most simpliest thing to do you cannot do in this. one of the main core of many games are just unable to unequip anything and its annoying
Probably a slight bug/race condition with how fast the CV2 works vs how fast RecRoom manages equip logic.
Adding a 0 delay and a loop to check if the object is still equipped, finally lets it unequip, but if it’s connected directly, the player can still have it equipped.
Best current fix is to probably check if the item is equipped, if it is, force it to be unequipped and check if it’s equipped again after running through a delay of 0, to let the CV2 have time to update.