Let's say i created a Cannon that shoots Cannonballs
Is it possible to move the Cannonball depending on the angle where the Cannon is facing?
If it's lookVector then how do i get the Cannon's lookVector?
To get a Part's LookVector
, first use the CFrame
property in the Part and then .LookVector
. Not the tool.
here:
cannon.Handle.CFrame.LookVector
U get a lookvector by doing part.CFrame.lookVector and yes its possible to move the cannonball depending on the angle where the cannon is facing with bodygyro :) or if u ment shoot it where the cannonball is facing im not really sure what u ment