How do I get player to hold a tool?

You didn’t listen…

Script don’t run in replicatedstorage

You need to run it in the command line in “Studio”

1 Like

Here’s what I do (not entirely sure if I should do it differently though, I don’t use scripts to make welds and the welds I use are the constraint kind).

Select all the parts of the tool.
Unanchor all of them.
With all parts still selected, go to Model at the top of studio.
Go to the Constraints section, near the right of your screen.
Where it says Create, expand the list by clicking on the tiny downward arrow.
Go down to Weld and click that.
Screenshot 2021-08-25 181746

I did do that in the command line and it returned the error. But it’s okay I just welded each individual part and it worked. Thanks!

1 Like

It didn’t work in command line because you put script.parent. there is no script.parent in the command line. You should’ve used workspace.blah.blah to reference the parts in order to use command line.

Glad you got it fixed though.

1 Like