Godot Version
4.3.stable
Code
extends AudioStreamPlayer
func play(from_position=0.0):
randomize()
pitch_scale = randf_range(0.6, 2.4)
.play(from_position)
Question
This code is from a tutorial made in 3.4 and there is something that has changed, can somebody tell me how to fix this?