# Can't get music to loop forever

**URL:** https://community.thunkable.com/t/cant-get-music-to-loop-forever/1274921
**Category:** Questions about Thunkable X
**Created:** [May 11, 2021, 12:04am UTC](https://community.thunkable.com/t/cant-get-music-to-loop-forever/1274921 "2021-05-11T00:04:44Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![salty\_pie](https://avatars.discourse-cdn.com/v4/letter/s/aca169/32.png) [@salty\_pie](https://community.thunkable.com/u/salty_pie)
#### Post date: [May 11, 2021, 12:04am UTC](https://community.thunkable.com/t/cant-get-music-to-loop-forever/1274921/1 "2021-05-11T00:04:45Z")

</div>

I’m attempting to make background music that loops forever… However, I can’t manage to get the music looping. I tried searching on google but couldn’t find a good answer.

 ![thunkableMusic](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/d/2df0386a2eadb036f5a6d5a35edb2e10b3eb581d.png)

---

<div class="post-metadata">

### Author: ![backscratcher2007](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/backscratcher2007/32/104623_2.png) [@backscratcher2007](https://community.thunkable.com/u/backscratcher2007)
#### Post date: [May 11, 2021, 5:35am UTC](https://community.thunkable.com/t/cant-get-music-to-loop-forever/1274921/2 "2021-05-11T05:35:49Z")

</div>

Hi @salty_pie  
If I am not wrong you are calling the function in it’s definition, that might cause your app to crash, I think a forever loop could work?

---

<div class="post-metadata">

### Author: ![salty\_pie](https://avatars.discourse-cdn.com/v4/letter/s/aca169/32.png) [@salty\_pie](https://community.thunkable.com/u/salty_pie)
#### Post date: [May 11, 2021, 3:29pm UTC](https://community.thunkable.com/t/cant-get-music-to-loop-forever/1274921/3 "2021-05-11T15:29:15Z")

</div>

Hey @backscratcher2007

I tried doing that but it just made the music really laggy.

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/0/9098dac1c31c3653e18ab45d38a12c09f688a16c.png)

---

<div class="post-metadata">

### Author: ![backscratcher2007](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/backscratcher2007/32/104623_2.png) [@backscratcher2007](https://community.thunkable.com/u/backscratcher2007)
#### Post date: [May 11, 2021, 3:31pm UTC](https://community.thunkable.com/t/cant-get-music-to-loop-forever/1274921/4 "2021-05-11T15:31:30Z")

</div>

Does it play the music till the end? If not try wait(time of your music track).

---

<div class="post-metadata">

### Author: ![salty\_pie](https://avatars.discourse-cdn.com/v4/letter/s/aca169/32.png) [@salty\_pie](https://community.thunkable.com/u/salty_pie)
#### Post date: [May 11, 2021, 3:51pm UTC](https://community.thunkable.com/t/cant-get-music-to-loop-forever/1274921/5 "2021-05-11T15:51:48Z")

</div>

Thanks a lot, the music loops now!

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:22pm UTC](https://community.thunkable.com/t/cant-get-music-to-loop-forever/1274921/6 "2024-11-08T13:22:33Z")

</div>


