The issue in general is that the weld relies on CFrame positioning which is time consuming for me. Is it possible to just weld it to the air so to speak?
local weld_b = Instance.new("Weld") weld_b.Parent = plyr.Character.Torso weld_b.Part0 = plyr.Character.Torso weld_b.Part1 = plyr.Character.AngleLeft1 weld_b.C1 = CFrame.fromEulerAnglesXYZ(0, 15, -75) * CFrame.new(0,0,2.5)