Answers for "roblox how to weld parts together using script"

0

roblox how to weld parts together using script

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
Posted by: Guest on March-14-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language