|
| 27 Jun 2014 05:44 PM |
For the task of creating a script to shrink a map down, how does one code the script to check to see if a property is a property of the brick. For instance, Shape is the property of PART but shape is not the property of WedgePart.
Would something like this work? If part.Shape == true then
|
|
|
| Report Abuse |
|
| |
|
| 27 Jun 2014 05:58 PM |
| Use pcall and see it you get an error, or check if the ClassName of the item is "Part" . |
|
|
| Report Abuse |
|