of     1   

Weirdraidercs35
#183028537Friday, February 05, 2016 5:41 AM GMT

local weld=Instance.new("Weld") weld.Part0=character.Head weld.C0 =character.Head.CFrame:inverse() weld.Part1=Tool.Handle Tool.Handle.CFrame=character.Head.CFrame*CFrame.new(0,0,10) weld.C1=Tool.Handle.CFrame:inverse() weld.Parent=character.Head this is supposed to weld the gun to the player's head, but it only moves the head and not the gun
Weirdraidercs35
#183028826Friday, February 05, 2016 5:50 AM GMT

^I'm trying to weld the tool to the player's head

    of     1