PLS DONATE Script | AUTO UPDATES THE AMOUNT AND STUFF

Created by scde

Features:

  • dev notes:
  • auto updates the amount and stuff, good if you’re trying to afk. gonna make more cool shit in the future

how to use:

make a roblox tshirt for any amount u want donated to u
change _G.robux_donations to that amount
claim a booth
execute the script

_G.robux_donations = 20

local function get_booth()
   local found_booth = nil
   
   for i,v in next, workspace.Booths:GetChildren() do
       if tostring(v.Name) == tostring(game.Players.LocalPlayer.UserId) then
           found_booth = v
       end
   end
   
   return found_booth
end

local local_booth = get_booth()

if local_booth ~= nil then
   spawn(function()
       while task.wait(1) do
           local robux_raised = local_booth.Base.SurfaceGui.Raised.Text:gsub(' Robux raised', '')
           
           game:GetService("ReplicatedStorage").Events.EditBooth:FireServer('- '..tostring(_G.robux_donations).." ROBUX DONATIONS -\n\nAutomatically Updating Booth\nCurrently Raised: "..robux_raised..'/'..tostring(tonumber(robux_raised) + _G.robux_donations),"booth")
       end
   end)
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS