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
4 years ago

script:

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

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 4 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 — 4y
0
That won’t work with multiple colour/material and should not be used because union hit boxes are debatable Noonekirby 162 — 4y
Ad

Answer this question