A new scripting function. Basically what it would do, is take one instance and convert it into another, discarding any properties that are no longer relevant, and setting any new properties to their default values.
For example, turning a Truss in workspace into a Part.
workspace.TrussPart:ConvertTo("Part")
Then the truss would become a standard brick, but with all the same properties. |