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

    Learn how to create a game where players can donate items from the Roblox catalog using the roproxy API and DataStore2. Follow the step-by-step instructions and code examples to recreate the popular "PLS DONATE!" game by haz3mn.

  3. PLS Donate LeaderStats REMAKE - Creations Feedback - Roblox

    devforum.roblox.com/t/pls-donate-leaderstats-remake/3019291

    I was inspired by it. A little while ago, I made a post suggesting that Roblox should make the leaderstats of “Pls Donate” the default because it looks good. However, people hated on me. I remade it, and now it looks quite awesome.

  4. How would I make UI like in pls donate or Color Place? (simple...

    devforum.roblox.com/t/how-would-i-make-ui-like-in-pls-donate-or-color-place...

    I could tell that Pls Donate does a great job of using MouseEnter and MouseLeave events in combination with TweenService. The Color3, Size, and Position of buttons, images, and text change based on those events. To round the corners of Frames or other UI elements, like shown in the video, use the UICorner component.

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

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

    A forum post by debhoven and bolekinds2 claiming to have an open source game based on PLS DONATE, a popular Roblox game by Hazem. The post receives mixed feedback from other developers, some praising and some criticizing the idea of copying a game.

  6. Got banned due to Pls Donate? - Platform Usage Support - Roblox

    devforum.roblox.com/t/got-banned-due-to-pls-donate/3141351

    Roblox simply tracks from where the robux comes from and bans every account involved in the transactions without proof. It is a f***ed up system I gotta say. In the pls donate donations, did you blow a huge amount of robux into 1 specific person? Or appart from pls donate did you pay any developer a huge sum of robux?

  7. How can I make a game like PLS DONATE? - Roblox

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

    Some of you might have came across a new game on Roblox called PLS DONATE 💸. The game is growing in popularity surprisingly quick, and many YouTubers are making videos on the game. But unfortunately, there are no tutorials on how to make a game similar to it in Roblox Studio. That’s why I’m on the DevForum. I’m here to ask: How can I make a game like PLS DONATE 💸? Here are some ...

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

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

    A user shares a script to retrieve all of a player's gamepasses from their Roblox profile, including the ones they created on their own games. The script uses Roproxy, a discontinued Roblox API proxy, and requires HTTP Requests to be activated.

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

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

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

    I’m trying to make a stand that shows that gamepasses a player has (only gamepasses for now) However, it prints the right amount of gamepasses, but still clones like 3 times the correct amount.

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

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

    Learn how to create a popular donation game on Roblox with a script and a kit. See the pros and cons of this trend, the issues with the proxy, and the feedback from other developers and players.