for i = 1, 5 do local part = game.ReplicatedStorage.FogPart:Clone() part.Parent = workspace part.Position = Vector3.new(0, i * 10, 0) end