how do i make footsteps

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By e45miki

how do you make when player moves sound plays

velocity = Vector3(h_input, f_input, h_rot)
if velocity.length() == 0:
	$foot.stop
else:
	$foot.play
:bust_in_silhouette: Reply From: exuin

you need to call functions, put () after stop and play