Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Gun falling apart? [closed]

Asked by 10 years ago

I have this gun, but the only thing that stays in my hand is the handle. I know I need a weldscript, but I don't know how to use it. Or is it something else?

Closed as Not Constructive by Articulating

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
1
Answered by 10 years ago

W = Instance.new("Weld") M = script.Parent:findFirstChild(" Name of parts you want to weld") W.Parent = M

Put that into the Tool of the gun!

Ad