The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
FESTIVAL TYCOON (FREE ROBLOX ITEM) script pastebin roblox
By FESTIVAL TYCOON (FREE ROBLOX ITEM) on 2024-09-18 08:00 am | Syntax: LUA | Views: 19



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. -- Badge: You Got Neon Gasmask! Item: 10787160614 Neon Gas Mask - The Chainsmokers
  2. game:GetService("ReplicatedStorage").RemoteObjects.ClaimMainStageChallenge:FireServer()
  3.  
  4. -- Badge: You got Neon Swords!
  5. -- Item: 10787163819; Sword Pack - The Chainsmokers
  6. game:GetService("ReplicatedStorage").RemoteObjects.IncrementBeachCash:FireServer(10000000000)
  7.  
  8. -- Badge: You got Neon Shades!
  9. -- Item: 10787157603; Purple Shades - The Chainsmokers
  10. game:GetService("ReplicatedStorage").RemoteObjects.DanceGameCash:FireServer(10000000000)
  11. task.wait(2)
  12. local ILoveShittyYoutubers_TakingCreditForMyScripts = game:GetService("ReplicatedStorage").RemoteObjects.RequestButtonPurchase
  13.  
  14. for IDoN0t, isLikingCrossdresserGay in ipairs(game:GetService("Workspace").Buttons:GetChildren()) do
  15.     for V3rmillion, i_feel_like_it_is_but_idk in ipairs(isLikingCrossdresserGay:GetChildren()) do
  16.         ILoveShittyYoutubers_TakingCreditForMyScripts:FireServer(i_feel_like_it_is_but_idk.Name)
  17.     end
  18. end
  19. Click To Copy