roblox studio how to add a script to each part and thier subparts code example
Example: roblox studio how to insert a part in workspace
Instance.new("Part",game.Workspace)--Like this, Instance is telling the game to think about making a part,and .new is saying you have to do it, part is part, and the game is the game, but workspace is the area you work in, therefore, where the part can be placed.