Ayo Developers! I am creating a vibe/club game with my friend and I am creating a music system but I was wondering how I can implement timestamps so it shows when the song is done (length) and it shows the progress of the song so like 1:40 is the current timestamp of a song and then it ends at 2:10.
The next thing I wanted to learn how to add is a dislike and like ratio basically clicking either text button gives it a dislike on everybody’s screen.
Anything reply will help thanks
This should really be all you need for the first part with a music system.
IsPlaying, TimeLength, TimePosition
The like/dislike button requires knowledge of creating GUI’s, including ImageButtons, and also how to use RemoteEvents or RemoteFunctions to pass data from the client’s GUI to the receiving server function that will store the votes, and subsequently broadcast that information back to all the clients. All of that is a bit too much for a forum post reply and can be found in the API docs, the terms I listed should help guide you