Instances can be created using Instance.new(classname: string) as well as Instance.fromExisting(other: Instance) (note differences between Instance:Clone()).
https://create.roblox.com/docs/reference/engine/classes/Instance
All instances should be refd.
I don't know how I feel about implementing Object as well.
Instances can be created using
Instance.new(classname: string)as well asInstance.fromExisting(other: Instance)(note differences between Instance:Clone()).https://create.roblox.com/docs/reference/engine/classes/Instance
All instances should be
refd.I don't know how I feel about implementing Object as well.