Udhdhd

Untitled

Jul 24th, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local Towers = game:GetService("Players").LocalPlayer.PlayerGui.Interface.Root.Inventory.View.Frame.Frame.Frame
  2.  
  3. for _, v in pairs(Towers:GetDescendants()) do
  4. if v:IsA("ImageButton") then
  5. v.Visible = true
  6. end
  7. end
Add Comment
Please, Sign In to add comment