Can I use a Vector3 (Position) when using SetPrimaryPartCFrame()?

I am making a lightning drop, and I would like to move the drop model to the ray result, but it uses a Position. is it compatible to use Vector3’s, if not, what could I do instead?

yes just do

model:SetPrimaryPartCFrame(CFrame.new(position))
1 Like