City Pedia Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. 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 ...

  3. PLS DONATE Game (Open Source) - Community Resources - Roblox

    devforum.roblox.com/t/pls-donate-game-open-source/1731382

    Sinlernick (Sinlernick) February 22, 2023, 9:56pm #23. According to the person above me, the game that was inspired by pls donate is legit named pls donate. Hazem has every right to be mad because the other developer is legit using his game’s name. Plus, every dev has the right whether to “help” the community or not.

  4. 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 ...

  5. How do i make a pls donate jar? - Scripting Support - Roblox

    devforum.roblox.com/t/how-do-i-make-a-pls-donate-jar/2067642

    local tool = script.Parent. local cd = tool:WaitForChild("ClickDetector") cd.MouseClick:Connect(function(player) player.PlayerGui.Donate.Frame.Visible = true. end) This should be working as long as the script is on the client, if it is on the server, then the practical way is to use a remote event, but you could also do it the same way.

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

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

    Please Donate games are actually some of the most trending games right now, because its a way for kids to socialize and work on skills like Business. Also lets them in some ways get robux. There is benefits to these games for players. The game isn’t a cash grab in my opinion. These games are just trending because of @haz3mn.

  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. Need help with scripts for stands (like pls donate) - Roblox

    devforum.roblox.com/t/need-help-with-scripts-for-stands-like-pls-donate/2155096

    minecraftooo12 (ZebexZerbz) January 19, 2023, 4:56pm #2. you can use a script to play every like 10 seconds, if the player has like 10 donated or over the script will award them something like this. while wait(5) do --runs every 5 seconds. --here put the leaderstat values and other stuff. end.

  9. 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.

  10. How to make pls donate buttons - Scripting Support - Roblox

    devforum.roblox.com/t/how-to-make-pls-donate-buttons/1995561

    Don’t think your game will work, but you would need to create a system where a player can select an ad format (Text Only, Image Only, Text and Image), create their ad, makes the player buy a Developer Product with the prices set for their format, make them choose a time length which would also determine price, saves those settings and then make the server display them if they aren’t expired.

  11. How can I make a game like PLS Donate? - Roblox

    devforum.roblox.com/t/how-can-i-make-a-game-like-pls-donate/2945802

    First of all you’ll need a script to manage all the booths, the script will fetch every shirt/pants/gamepass made by the user and display them on the booth, then on clicked it will prompt the other user to buy that. Then make it so that when the item is bought an animation or something plays.