Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Towers = game:GetService("Players").LocalPlayer.PlayerGui.Interface.Root.Inventory.View.Frame.Frame.Frame
- for _, v in pairs(Towers:GetDescendants()) do
- if v:IsA("ImageButton") then
- v.Visible = true
- end
- end
Add Comment
Please, Sign In to add comment