build a boat script pastebin for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.BuildGui.InventoryFrame.ScrollingFrame.BlocksFrame:GetChildren()) do if v:FindFirstChild("AmountText") then v.AmountText.Text = 'INF' v.AmountText.Changed:Connect(function() v.AmountText.Text = 9999999 end) end end build a boat script pastebin