24/7 Pet Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Unable to redeem Roblox card

    devforum.roblox.com/t/unable-to-redeem-roblox-card/925669

    20 minutes later, i was finally able to redeem the two codes after clearing my browser and using my mobile data. This is still such a major inconvenience and i would advise a Roblox engineer to look at the cause of the problem. Gave me a mini heart attack for 20 minutes.

  3. I can't redeem points in Roblox Research Panel

    devforum.roblox.com/t/i-cant-redeem-points-in-roblox-research-panel/2881500

    BlockyMarco (Tee Vee) March 19, 2024, 1:06pm #1. So when I try to redeem my points, It won’t let me redeem them. From the 5 to 100 dollar option. This is probably unfixable without an admin’s help. Other people seem like they are having the same problem as well. 2 Likes. BlockyMarco (Tee Vee) March 20, 2024, 1:30pm #2.

  4. Developer Forum | Roblox

    devforum.roblox.com

    This category is for sharing content with your non-forum communities on the Roblox platform, such as game and group communities. Topics are automatically locked because this category is not for discussions or support. 19509. Chat with other creators, learn about Roblox platform updates, and report issues with the platform.

  5. Creating a twitter code system for in-game currency - Roblox

    devforum.roblox.com/t/creating-a-twitter-code-system-for-in-game-currency/923985

    This tutorial will be teaching you how to create a twitter code system that can be updated and used instantly without having to update the game version by migrating to latest update with just a module script to store all the twitter codes to be redeemed, the script to handle the redemption of the codes and a local script for the player to redeem to code to get in game currency. Creating the ...

  6. Redemption Codes System - Scripting Support - Roblox

    devforum.roblox.com/t/redemption-codes-system/2788524

    CodeStorage [CodeName] = {maxUses = MaxUse, amount = Money}, Of course, you would pass in the MaxUse var, CodeName var, and Money var from the remote. And if someone wants to redeem it, then create a redeem system with the same logic as before. Also, roblox has an AI assistant, who can try to give you some pointers on.

  7. Can I redeem a Gift card in USD while my account uses another ......

    devforum.roblox.com/t/can-i-redeem-a-gift-card-in-usd-while-my-account-uses...

    @Spellwastaken have a question about if I can redeem Roblox Gift cards that are in USD. My account’s location is set in singapore, which uses SGD (Singapore Dollars). My account’s location is set in singapore, which uses SGD (Singapore Dollars).

  8. Giftcard not working - Platform Usage Support - Roblox

    devforum.roblox.com/t/giftcard-not-working/2765493

    Help and Feedback Platform Usage Support. F1ghtOn (serbianwarcriminal) December 27, 2023, 12:02am #1. Hello, A friend of mine bought me a $10 giftcard and for some reason it’s not working. They still had the receipt and it was authorized at the cashier, and we tried the code w/ dashes, w/out dashes, and on each of our accounts + another ...

  9. Redeem Code System - Community Resources - Developer Forum -...

    devforum.roblox.com/t/redeem-code-system/1342240

    Hey developers, Today i decide to release a very simple redeem code system ! What is redeem code ? This is a user interface, where you can type a certain code and receive a reward ! This pack include: The complete Ui design, already fully programmed All required sounds All leaderstats currency + Save The code system & programmation File: Redeem Code.rbxl (41,5 Ko) How to use it ? Open the ...

  10. Developer Exchange Program Requirements Changes - Roblox

    devforum.roblox.com/t/developer-exchange-program-requirements-changes/1651282

    The Developer Exchange Program (DevEx) allows you to redeem Robux you’ve earned on Roblox. Today, we are making changes to DevEx requirements to help make it easier for more developers to participate: Submission request minimum lowered to 50,000 Robux from 100,000 Robux. If you have earned this minimum of 50,000 Robux in your account, you ...

  11. Redeem Code API / System | S-API - Community Resources - Roblox

    devforum.roblox.com/t/redeem-code-api-system-s-api/2321347

    I made my own FREE Redeem code system which can be modified. Item: RedeemCodeService | S-API - Roblox. Features: Uses DataStoreService to save and load the codes redeemed by the Player. Codes contain a specific ID to prevent exploiter from knowing the codes directly from looking in their Explorer. Built with ModuleScript.