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

Tool's parts are not staying with the handle?

Asked by
Vlym 19
5 years ago

script:

1game.Players.PlayerAdded:Connect(function(plr)
2    if plr:IsInGroup(2818059) then
3        wait(0.5)
4        local clone = game.ServerStorage["Separatist ID"]:Clone()
5        clone.Parent = plr.Backpack
6    end
7end)

the tool goes to my backpack, but when I equip it only the handle appears in my hand, the tool parts (which are children to the Handle) appear where I edited them in workspace

1 answer

Log in to vote
1
Answered by 5 years ago

They need to be welded together, or else they will all fall

0
You could also attempt to union them together. appxritixn 2235 — 5y
0
That won’t work with multiple colour/material and should not be used because union hit boxes are debatable Noonekirby 162 — 5y
Ad

Answer this question