how to sell an item in roblox

by Kamille Volkman 10 min read
image

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.

Full Answer

Can you sell the items you bought in "Roblox"?

In ROBLOX, a gaming and real estate-building online world, members with a Turbo or Outrageous Builder's Club (BC) membership can sell virtual items they created themselves, or resell items they previously purchased from the ROBLOX catalog. However, the catalog resale items are limited to a select category and must be original, ROBLOX designs.

How to make your own item in Roblox?

Tutorial:How to make custom gear

  • Very Easy
  • Easy
  • Medium
  • Hard
  • Very Hard

How to get lots of money in Roblox?

Roblox: Easy Ways To Get Robux

  1. Build A Game. The first step to earning a lot of Robux is to build your own game within Roblox that other players can enjoy.
  2. Encourage Non-Premium Players To Upgrade. Once you create your game, you can use a Premium Purchase Modal to encourage players to upgrade to a membership, or even to a ...
  3. Paid Random Virtual Items. ...
  4. Design Custom Clothing. ...

More items...

How do you get a lot of money on Roblox?

Here, you will learn how to get a job in East Brickton for the first time even if the openings are full. East Brickton is a work-in-progress title in Roblox that invites players ... If you want to make money and become rich, you have to start working ...

See more

image

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