Know-Legal Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. How to make an *ACTUAL* PLS Donate Gamepass System

    devforum.roblox.com/t/how-to-make-an-actual-pls-donate-gamepass-system/2196869

    NOTE: This retrives all of a user’s gamepasses, regardless of their inventory being private/public Ever wanted to make a PLS Donate game? Well I did, so I made it. Here’s how: So, we’re not just going to get a user’s public gamepasses from their inventory. We will RETRIEVE EVERY GAMEPASS the player has created on their games. Let’s begin. (getting a user’s clothing is fairly simple ...

  3. Player Created Gamepasses - Scripting Support - Roblox

    devforum.roblox.com/t/player-created-gamepasses/1677536

    Scripting Support. Here’s a script I just wrote which you can use to scrape all of the gamepasses created by a particular user. All you need to do is call the function and pass to it the ID of the user you want to query. It’ll return an array of gamepass IDs created by the user. gamepasses = gamepasses or {} pageNumber = pageNumber or 1.

  4. My friend bought a gamepass, but the robux isnt pending?

    devforum.roblox.com/t/my-friend-bought-a-gamepass-but-the-robux-isnt-pending/...

    SOLVED. I also made a game that lets you prove that you have purchased an item, game link; Check Assets (PENDING ROBUX PROOF) - Roblox My friend bought a gamepass from me because I asked him for some robux. He purchased the gamepass yet the robux isnt showing up in my pending. He has liked the gamepass (something you can only do if you own the gamepass) and it worked. The most recent pending ...

  5. How does Hazem earn robux with pls donate? - Roblox

    devforum.roblox.com/t/how-does-hazem-earn-robux-with-pls-donate/3182679

    WilProGamerYT (Mersoler) October 5, 2024, 4:22am #1. I’ve seen that the creator of pls donate (Hazem) earns 10% of donations from his game. If you’re buying the gamepass directly from a player… how does Hazem get that 10%? 2 Likes. EXPLOSION_KlNG (EXPLOSION_KING) October 5, 2024, 4:26am #2. Its because its being sold in his game.

  6. How to make a "PLS DONATE!" Game Tutorial - Roblox

    devforum.roblox.com/t/how-to-make-a-pls-donate-game-tutorial/1686310

    Hey folks! Today I’m here writing my first tutorial along with TwinPlayz Recently there’s been this popular game going around called “PLS Donate!” (created by haz3mn) We’ve recreated it, but in a tutorial way! Please note our intentions are not to get more copies out there, but rather get people a Below this I will be explaining how it works. For the server code we’ll be getting ...

  7. [FREE] DonateUI, a simple, effective donor perk - Ended support

    devforum.roblox.com/t/free-donateui-a-simple-effective-donor-perk-ended...

    Donate local gamepass = 10409566 local Button = script.Parent local player = game.Players.LocalPlayer Button.MouseButton1Click:Connect(function() game:GetService("MarketplaceService"):PromptGamePassPurchase(player, gamepass) end) RemoveHead

  8. Enhance Robux Donation Accessibility - Engine Features - Roblox

    devforum.roblox.com/t/enhance-robux-donation-accessibility/2894746

    Context: In my game PLS DONATE, which focuses on Robux donations, many players struggle with the requirement to create game passes or clothing items to start receiving donations. This challenge significantly impacts my game, often leading to a decline in player retention, as there’s currently no easy method for donating or gifting Robux to others without going through the whole process of ...

  9. How to make a Shirt icon and Gamepass icon "ButtonImage"

    devforum.roblox.com/t/how-to-make-a-shirt-icon-and-gamepass-icon-buttonimage/...

    hi hello everyone can anyone help me. about this problem so the story is I want to make a game like pls donate but, I want to make an icon where when people Clam Stand a Shirt and Gamepass icon will appear. I’ve tried t…

  10. Pls Donate style donation system not displaying gamepasses ... -...

    devforum.roblox.com/t/pls-donate-style-donation-system-not-displaying-game...

    Correction, it does not print the right amount, it says I have 9 gamepasses, while I have 2. It only shows 2 gamepass ID’s, then it just pastes the same ones over and over again

  11. How do I make loading gamepasses and clothes as efficient as "PLS...

    devforum.roblox.com/t/how-do-i-make-loading-gamepasses-and-clothes-as...

    How do I make it as efficient as this game PLS DONATE 💸 - Roblox? I’m currently using Roproxy Lite and a modified version of someone’s code The way the gamepasses and clothes loaded in the game is lightning fast and it’s probably to do with how they coded their proxy server but idk how web codes work so I need some tutorials on how to make my own code fon Roproxy Lite