Duping Frame/UI

hello im having a issue i wanted to dupe the frame but dupes but stop the for i = 1, 50 do its stays at item1 i have no idea what the problem if some could help me i would be happy

print(i) local Item = "Item"..i local cle = script.Parent.Home.Main.CatalogFrame.MainFrame[item] local clone = cle:Clone() print(item) clone.Parent = script.Parent.Home.Main.CatalogFrame.MainFrame local x = cle.Position.X.Scale clone.Position = UDim2.new(x, 0, 0.188, 0) + UDim2.new(0.12, 0, 0, 0)

Nevermind i found the bug I dont need help anymore

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.