Know-Legal 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. [FREE] DonateUI, a simple, effective donor perk - Roblox

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

    Thanks for the feedback! I’ll add the image you took for now as I am on my phone. UI Scaling isn’t my best strength at all, and I am all new to UI, my first UI was 1 month ago and I learn things everyday and scaling and offset is the next to do.

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

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

  7. How to make an *ACTUAL* PLS Donate Gamepass System - Roblox

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

  8. How to make a Top Donators leaderboard - Community Tutorials ......

    devforum.roblox.com/t/how-to-make-a-top-donators-leaderboard/2226717

    (not necessarily needed script-wise) Leaderboard.rbxm (11.8 KB) Step 2: Where the magic begins. Before we go into scripting we first need to make the donator frame as a way to visualize the donators Donator.rbxm (8.1 KB) Alright, now for the scripting part. Insert a script into the MainFrame and parent the donator frame you just created in the ...

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

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

  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