of     1   

KingJacko
#140766019Friday, July 18, 2014 7:56 PM GMT

Mover.velocity = Vector3.new(Part.CFrame.lookVector.X,Mouse.Y,Part.CFrame.lookVector.Z) * Vector3.new(speed,speed,speed) This is all one line. I am trying to make the the BodyVelocity's velocity Y value set to the height of the mouse on teh screen, and X and Z set to the lookvectors. This doesnt work, and how do i fix it?
Edd_E
#140766234Friday, July 18, 2014 7:58 PM GMT

Is there any output? The Part.CFrame.lookVector.X and Part.CFrame.lookVector.Z seem fine, but I've never worked with Mouse.Y and it looks suspicious.
KingJacko
#140783038Friday, July 18, 2014 10:39 PM GMT

no output D:
KingJacko
#140785383Friday, July 18, 2014 11:02 PM GMT

bump
KingJacko
#140786497Friday, July 18, 2014 11:12 PM GMT

bump
KingJacko
#140793189Saturday, July 19, 2014 12:15 AM GMT

D:

    of     1