of     1   

Cole2
#51431562Wednesday, July 27, 2011 8:41 AM GMT

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.
killerfreak0
#51431618Wednesday, July 27, 2011 8:43 AM GMT

Nice idea bro
Aegistrom
#51431697Wednesday, July 27, 2011 8:47 AM GMT

I support. This could be very useful.
Liir
#51431930Wednesday, July 27, 2011 8:57 AM GMT

This is scriptable. Just save commonly used data from one object, remove it and put a new object in its place with the previous values. Not hard to do.
getkoed
#51433182Wednesday, July 27, 2011 10:06 AM GMT

ROBLOX didn't make the programming language. Lua is a common used programming language. You should ask the creators of Lua to make changes...
5555Guest
#51434295Wednesday, July 27, 2011 11:09 AM GMT

I can Convert it into WAFFLEZ
jakub15
#51434323Wednesday, July 27, 2011 11:10 AM GMT

@5555Guest if you made waffle mesh,would be impossible. if you upload a mesh,it would be invisible. user meshes are not aloud anymore
5555Guest
#51434346Wednesday, July 27, 2011 11:12 AM GMT

I found a Script to use User made meshes on Wiki(Idk if it still working)
jakub15
#51434404Wednesday, July 27, 2011 11:15 AM GMT

It's not. I can times to times see the theards "BRING USER MESHES BACK!" theards on this forum.
Cole2
#52445505Tuesday, August 09, 2011 10:17 PM GMT

@ Liir It is scriptable, but instances have variable amounts of properties. Trying to make an API script with compatibility for every instance would take a lot of work, and would be rather complex.
Liir
#52451068Tuesday, August 09, 2011 11:35 PM GMT

That's why you don't need to do it for /all\ of the instances. Just the ones that are in use for whatever system you're developing.
aquapilot
#52451286Tuesday, August 09, 2011 11:38 PM GMT

[ Content Deleted ]
Virtualdarks
#52453327Wednesday, August 10, 2011 12:10 AM GMT

Support. Some neat things can be done with this. :D -Virtualdarks

    of     1