in that case try this calculation for the body position
local cf = char.RightHand.CFrame
local offset = cf.RightVector * 4 + Vector3.new(0, 1.5, 0)
BP.Position = cf.Position + offset
‘4’ is your multiplier aka how far away from you to the right it’s going to be