I have an idea to make a real audio player in roblox. In general, I’ve done everything, everything works well. What’s left to do is to search for a track when you click on the timeline and the track rewinds to the position you clicked on.
Here’s what I mean:
I know it's possible because I've seen it in some places, but I don't know how to implement it in a script.
I need to somehow convert a value from 0 to 1 to a position value in track time.
You could probably just use the time currently in the song and the positions available through 0 and 1 using multiplication or division in some way, dig in the dirt a bit to get a general idea.
Here is a resource to help you: it includes key scripts that may help structure what you are looking for!