Advertisement
GOD_YT

Build a Boat for Treasure - Infinite Items (Patched)

Nov 9th, 2020 (edited)
3,227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. local LocalPlayer = game:GetService("Players").LocalPlayer
  2. local PlayerGui = LocalPlayer.PlayerGui
  3.  
  4. for _, v in pairs(PlayerGui.BuildGui.InventoryFrame.ScrollingFrame.BlocksFrame:GetChildren()) do
  5.     if v:FindFirstChild("AmountText") then
  6.         v.AmountText.Text = 999
  7.         v.AmountText.Changed:Connect(function()
  8.             v.AmountText.Text = 999
  9.         end)
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement