robloxboblox

Untitled

Apr 23rd, 2022 (edited)
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local path = game:GetService("Players").LocalPlayer.PlayerGui.Bank.Frame.Container.Bank.Pets
  2. for i,v in ipairs(path:GetChildren()) do
  3. if v:IsA("TextButton") then
  4. local c = v:Clone()
  5. c.Parent = v.Parent
  6. end
  7. end
Add Comment
Please, Sign In to add comment