This is what you need to do to request a Roblox refund online:
There are a few different ways Robux can be earned or purchased:
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.
Once you’re on the Roblox support form, you’ll see a “Contact Information” header.
After you’ve copied the item’s URL, you need to provide it in the support form.
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.
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 ().
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.
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.