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