You can try to use Instance.fromExisting() which will make a new object of the same class and with identical properties. This is useful when you want to clone something without needing to disable archivable for all it’s children. But you’ll probably wanna use :Clone() most of the time.