I read the wiki article from the studio about the new CSG feature and one thing came to my attention that roblox should know about!
Note: You should only use Union on the basic Parts (Part, Sphere, Wedge and Cylinder). These parts also should not have any children (such as Scripts, SurfaceGuis, NumberValues, etc). If a part with children are Unioned the children will be hidden from the datamodel which could cause problems in your game.
Perhaps it's fine and nothing can happen but I thought I'd bring it to light as soon as possible.
If a player were to insert an infection script and then combine the part it is ine with another part, the script would be hidden. If said script were stil able to work after being hidden, then chances are that the infection could not be removed manually or with a script. |