Search results
Results From The WOW.Com Content Network
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 ...
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.
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 ...
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
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.
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.
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.
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.
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.
(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 ...