Roblox Vector Face
Roblox Vector Face. You would need to set the CFrame on the part Like this partCFrame = CFramenew(partPosition playerHumanoidRootPartPosition) In the CFramenew() block you pass in the position of the part and the position of the part it should face (in this case the player) To make the part always face the player you would…