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

Why doesn't part follow handle?

Asked by
Kami_Yo 72
5 years ago

So I'm having some weird issue right now. I'm trying to have a player equip a sword. The player holds onto the handle fine but when I add another part to add some detail to the sword, it doesn't stay with the handle when the player equips the sword. The part is strangely elsewhere. What settings do I have to make to this part so that it stays with the handle? It's already a child of handle, so why isn't it staying with handle? Why does the child spawn miles away from the handle instead of with the handle? Even when I made the tool, I set up the child in a way so it's right above the handle, but when the player equips the weapon, the child is not with the handle? Anybody know what's going on? This doesn't make any sense.

0
You need to make a weld script to weld the tool together. Weld scripts aren't basic so I would suggest finding a good tool weld script in the Library. Trew86 175 — 5y
0
this is what you are looking for: https://developer.roblox.com/api-reference/class/Weld GoldAngelInDisguise 297 — 5y
0
Thank you both for bringing up welding. That's something I didn't know about until now. I found myself a pretty good welding script, and it seems to work pretty good as long as I have a blade and handle part. Kami_Yo 72 — 5y

Answer this question