I know how to make music play in my games but when it ends it doesnt play again, how do i make it loop forever?
get the music first and loop it by doing this
Example :
music.Looped = true -- Music is just an example
if this helped +1 and check mark the answer if it answered your query
There is property of Sounds called Looped
. Just make that true, and it will continuously loop