Im pretty confused on how to make my kamehameha cylinder part to face my mouse
1 | launch.Orientation = Vector 3. new( 0 , m.Hit.y, 0 ) |
I have no idea but if I should use CFrame instead tell meh. P.S. I'm a dbz fan.
use the CFrame.new(vector pos, vector lookAt)
constructor which takes in a vector3 value as the position and another value to look at.
1 | launch.CFrame = CFrame.new(launch.CFrame.Position, m.Hit.Position) |