Hello devs! I am trying to make a weaponised cube go forward in the direction the player is facing. I know how to use tweening, but I want to get the position that is, for example, 50 studs forward from where the player is facing.
Vector3 and CFrame have their individual use cases.
CFrame for your case is better considering it is in localspace. so left is left from wherever said thing is aimed at.
Vector3 works in globalspace/worldspace, so left is left from north no matter the direction