for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do local clone = v:Clone() clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints end