KATARSIS0414

Infinity blocks (build a boat for a treasure)

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