You didn’t listen…
Script don’t run in replicatedstorage
You need to run it in the command line in “Studio”
You didn’t listen…
Script don’t run in replicatedstorage
You need to run it in the command line in “Studio”
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.
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!
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.