BodyPosition help

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

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.