To sell an item that meets the above requirements, first go to its details page. Once there, click the three dots above the box that contains the price and Buy Now buttons. Then select Sell in the menu that displays. You will then be given a box that lets you set your price.
Click Configure, then select Sales. On the Sales page, click to turn on the "Item for Sale" option. Enter the amount of Robux for which you want to sell your clothing. Click the Save button.
In general, we are not able to offer a refund for items purchased within an experience. All purchases with Robux requires users to click on a confirmation box as a precaution against making accidental purchases and many experiences also have a confirmation window for purchases with their in-experience's currency.
Via Roblox Studio Follow the steps to access Developer Marketplace. In the top-left corner within the Marketplace tab, select the filter dropdown and choose from the six asset filter categories: Models (default), Decals, Audio, Video, Meshes, and Plugins.
Create a new part named SellPlatform. Customize it to fit the theme of your game.
To use the platform in game, the script needs a function to check if any players touch it.
Under local sellPart = script.Parent, create a function named sellItems that gets two parameters named playerItems and playerGold.