Im making a script where a part is moving to the player’s direction using Humanoid.MoveDirection
the part goes to the right when the Z vector of Movedirection is over 0.8 i made a loop to print the Z vector and the it shows me correctly when my Z vector is going up but the rest of the script doesnt works for no reason
Script :
Output :
Eveytime im going to the right it should print “1” and “a” but it just prints “1”