Placing a part in front of player with position instead of CFrame

To put a object in front of player, i can just simply multiple CFrame with CFrame, but is there any method to do it with position? i did try CFrame.LookVector but failed by the way

so, i would do this:

local part = – your part
local character = – your character

part.Position = character.HumanoidRootPart.Position + character.HumanoidRootPart.CFrame.LookVector * 5

That worked, just realised how easy it is, thanks for helping

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