Can anyone help my function isn't working

func _physics_process(delta):
	# Everything inside this indetation is inside the function scope
	velocity.x = 100
	move_and_slide()