Current track time
I am trying to create a now playing command that will show the current time in the track.
I've tried track.position and track.time, but neither seem to be giving a return value.
I am assuming I am really blind lol.
Solution:Jump to solution
Hello, the current position of the track is found at player.current.position
2 Replies
Solution
Hello, the current position of the track is found at player.current.position
Thanks!