Help with placing custom props

Hopefully this is the right place to ask this. I’m trying to find a way to place custom props they would buy in game at player owned stores. I’ve found scripts that use a built in menu and show placement of items already in game, but what I’m looking for is a way to have players be able to drag custom items from their inventory, then place the item where they want (preferably with the preview “ghost” so they’ll have more precise placing, such as for house decoration items/collectables). I’d be open to either directions, or script recommendations. The server I’m on uses QB.

Thank you in advance!

This menu has prop placing functionality, I’d suggest looking into its code for examples.
It works by creating the object locally that moves with your player with an offset, while waiting for input controls. If that helps at all.