📜  roblox 如何使用脚本将零件焊接在一起 - TypeScript 代码示例

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

代码示例1
local weld = Instance.new('weld')
weld.Part0 = --Insert the part you want the other part to be welded to
weld.part1 = --Insert the part you want to weld to the other part