how to return an item on roblox

by Eusebio Huels DDS 5 min read
image

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.

Full Answer

Can You refund Robux on Roblox?

Roblox does not offer a possibility of a refund or exchange of Robux at this time. They do say that some exceptions can be made at their own discretion. This means that even though there is no obligation for Roblox to refund anything, they are willing to take some cases into consideration.

How do you make your own world on Roblox?

How can you build your own Roblox studio content?

  • Create a location in Roblox Studio.
  • Make the things you want to group together and arrange them in the order you want them to appear.
  • By hitting CTRL + G on your keyboard, you may group your packages.
  • Select File, then Publish Selection to Roblox from the menu bar.

Where to enter the referral code on Roblox?

How do I redeem my promo code for the virtual item?

  • Make sure that you're logged into your Roblox account on which you want to redeem the code.
  • Go to the Promo Code Redemption Page.
  • Enter your code in the box below Enter Your Code .
  • Click Redeem.
  • If you redeemed it successfully, you will see this:
  • If the code is inactive or not a promo code, you will see this:

More items...

How to return things in Roblox?

  • local function sayHi()
  • local printThis = "Hi"
  • return printThis
  • end
  • -- Print returned value of sayHi
  • print(sayHi())

image

2. Enter your contact information

Once you’re on the Roblox support form, you’ll see a “Contact Information” header.

4. Describe your issue & submit the form

After you’ve copied the item’s URL, you need to provide it in the support form.

Returning Values

The keyword return can be used to take information from a function, and allow it to be used wherever the function was called originally. If your friend asked you for something in another room, you would go get it and bring it back. When a function is called, the script goes to the function, and then returns with a value.

How return Works

return ends the function, causing the script to go back to where the function was called originally. This allows a returned value of one function to be used inside a second function. Test this out with print ().

Storing Returned Values

Variables can also be used to call functions and store the values received from a function. In this case, a variable will be used to run makeCake () and receive a cake in game.

Returning Multiple Values

Sometimes you may want multiple values returned from a function. An in-game example would be returning how many wins, losses, and ties, a player has.

Try it On Feature

Many items in the Catalog let you try them on your avatar before spending your hard-earned Robux. To use the Try On feature, do the following:

Accidental Purchases

As a helpful feature to prevent accidental purchases, Roblox includes a pop-up window, asking you to confirm your selection before completing a transaction. Please be sure to slow down and read everything before hitting the confirm button.

There's Something Wrong With my Item!

If you are having an issue with a Roblox item that you have purchased, please contact us at the link below. Be sure to provide your username, item name, link to the item, and a detailed explanation of the issue.

image