N
The Daily Insight

How to return stuff on roblox

Author

Liam Parker

Updated on February 21, 2026

Here is exactly How To Refund Items on Roblox in 2021! Figuring out how to refund items on Roblox without any help can be tricky. That’s why we’ve made this …

There are other answers below:

How to refund items in Roblox. To refund items in Roblox, you need to go to the Roblox support form. In the Roblox support form, enter your contact information, copy the item’s URL and paste it in the “Description of issue” field. You can copy the item’s URL by navigating to it on Roblox and copying the URL field of it.

How to refund items in Roblox!This video is about getting robux back! About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How …

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.

Currently, there is no way to receive a refund for Robux that have been deleted or used to make a purchase. If there was an error in the way Robux was used you may be eligible for a refund. However, you would need to contact Roblox customer service and provide details regarding your problem or issue with Robux.

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.

function returnstuff(a, b) return a + b end print(returnstuff(2, 2)) –4 local continue = false function dostuff() print(“Start.”) if not continue then return end –Function will stop here if continue is false.

Under your avatar, you will see the phrase Give selected item (s) to. Enter the username of the person to whom you want to give away your item or items. Check the item or items you want to send to the other player. Click Send to give away the items.

Then select Sell in the menu that displays. You will then be given a box that lets you set your price. Note: Please be very careful during the pricing process. If you set the wrong price and it sells (a cheap price can cause the item to sell almost immediately), …

At this time, there is not a way to get Robux back once you have made a purchase or a way to delete an item made by Roblox once it is owned. We recommend you to use our Try it On Feature before completing your purchase. Please note that users are only able to delete User Generated Content such as T-Shirts, Shirt, Decals, etc.

Related Questions

How to refund items in ROBLOX to get Robux back?

In this guide, you’ll learn how to refund items in Roblox to get your Robux back. To refund items in Roblox, you need to go to the Roblox support form. In the Roblox support form, enter your contact information, copy the item’s URL and paste it in the “Description of issue” field.

What happens when you return a function in Roblox?

In Roblox scripts, a return statement that’s not inside a function will terminate the script. In the case of a ModuleScript, the contents of the module is essentially a function, and you normally return something useful, like a table built by the module, or reference to a function within it.

How do you give away items on Roblox?

Go to your main menu and select Clothing. Under your avatar, you will see the phrase Give selected item (s) to. Enter the username of the person to whom you want to give away your item or items. Check the item or items you want to send to the other player. Click Send to give away the items. Can I merge two Roblox accounts?

What does return mean in Roblox API?

I recommend going to the roblox wiki to understand the API. Return returns a value when called in a function. Whenever called it will immediately stop the function and return the given value.