#How can I use an item in a block and get another item?
1 messages · Page 1 of 1 (latest)
Then use getComponent(“equipable”).setItem(EquipmentSlot.Mainhand, item)
Item is whatever you want after they interact
To get the item they are holding when they interact use
let item = player.getComponent(“equipable”).getItem(EquipmentSlot.Mainhand)
Skibidi Rizz