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

When I make a tool, put it in starterpack, and equip it, it doesn't show up in my hand. Help?

Asked by 6 years ago
Edited 6 years ago

I couldn't think of anything else to say but it had to be at least 20 characters so this is what I'm doing. Screenshots: https://www.roblox.com/library/1810239114/Screenshot https://www.roblox.com/library/1810233750/Screenshot

0
Can you add some screenshots? User#20388 0 — 6y

3 answers

Log in to vote
0
Answered by 6 years ago

Name the tool part you want it to be grabbed by "Handle" and try that. Also I would recommend a welding script so it doesn't fall apart.

Ad
Log in to vote
0
Answered by 6 years ago

Yes, you need a weld script, and call the part where it will be in the players hand, call it Handle, and name all the other parts part

Log in to vote
0
Answered by 6 years ago

To make a weld make sure you use the following code:

weld = Instance.new("ManualWeld")

weld.Part0 =

weld.Part1 =

...

weld.Parent =

Also make sure your Tool's property "Required Handle" is set to true if you're going to be doing this method.

0
i dont need that script. I can just go to advanced object and put in an actual weld. kingofpronoobs 0 — 5y

Answer this question