Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make music loop? Solved

Asked by
ekosi 4
10 years ago

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?

0
I answered it :P HexC3D 830 — 10y

2 answers

Log in to vote
0
Answered by
HexC3D 830 Moderation Voter
10 years ago

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

Ad
Log in to vote
0
Answered by 10 years ago

There is property of Sounds called Looped. Just make that true, and it will continuously loop

0
show me what to type in to make it true please. ekosi 4 — 10y
0
Oh wait nevermind i got a new answer ekosi 4 — 10y

Answer this question