Yea
idk what framework your using but using
---@param item string item name
---@param callback fun(item:Item)
exports.vorp_inventory:registerUsableItem(item, callback)
for vorp thats the export needed to register a usable item on the server side then you could have it trigger the event to place a still. but its currently not in the code to do so as of do might be a future update tho.