how to sell things roblox

by Bennie Klocko 8 min read
image

See more

image

How do you sell items in Roblox?

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.

Can you sell things on Roblox for Robux?

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.

Can you refund items in Roblox?

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.

Where is the marketplace in Roblox?

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 Part and Script

Create a new part named SellPlatform. Customize it to fit the theme of your game.

Create a Touch Event

To use the platform in game, the script needs a function to check if any players touch it.

Create and Set Up the sellItems () Function

Under local sellPart = script.Parent, create a function named sellItems that gets two parameters named playerItems and playerGold.

image