1_F0

Untitled

Aug 15th, 2020
8,267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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