Skip to content

TypeScript code snippet – 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
See also  How to visualize decision tree in Python?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.