📌  相关文章
📜  roblox studio 如何在工作区中插入零件 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:51.547000             🧑  作者: Mango

代码示例1
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.