The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Build A Boat For Treasure script pastebin roblox
By Build A Boat For Treasure on 2024-09-17 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.BuildGui.InventoryFrame.ScrollingFrame.BlocksFrame:GetChildren()) do     if v:FindFirstChild("AmountText") then         v.AmountText.Text = 999         v.AmountText.Changed:Connect(function()             v.AmountText.Text = 999         end)     end end