servertravel + controller music issue

i have musicplayer inside player controller, after servertravel correct volume and song will be printed but for some reason the music does not play. this works with regular open level command but not with servertravel.

this is working yes! it works on clients and server also properly with rpc:s from player controller. this also made the code much cleaner. thanks alot, i was just tunnelvisioning with player controller.

Hey kmssn,

try your musicplayer through GameInstance instead of the player controller. GameInstance’s data is persistent when changing levels/game modes/etc. Compared to the player controller where the data will be reset.

If you want to read a little bit more into the functionality of GameInstance, you can do so here and here.

Let me know if this helps!

if anyone will run to the same issue here is pics of working system. allows different songs lists.

Player controller:

Game instance 1:

Game instance 2: