How to make everybody join a new level Multiplayer Game

UE5 Hello, does anyone know how to like once you reach a part of your game takes all players to a new level. I’m trying to make an online co-op game and would like it to take all players to a new level at a certain part. so if anyone knows how to do this please let me know. I’m new to blueprints and that stuff.

Hey there @Techno3597! Welcome to the community! Here’s a video (and actually a really good series) on how to set up multiplayer level changes.

Disclaimer: Epic Games is not liable for anything that occurs on any unaffiliated domains linked below. Use your best judgement when following links to any content outside of the forums.

Hope this helps!

Thanks so much. i know i could have searched something up on youtube. but the way i phrased it didnt get me the results i wanted so i thought i would ask the community. Thanks i will test it out and see if it works

I understand, the reason I didn’t just hit you with the documentation on some of this as it’s not quite a one step action. It requires a bit of setup and changes depending on how you handle your multiplayer. Listen servers and dedicated servers react differently as well.

I’ll offer some more resources that I think will help with the whole process as well, I personally believe that this networking compendium should official at this point it’s so useful.

Disclaimer: Epic Games is not liable for anything that occurs on any unaffiliated domains linked below. Use your best judgement when following links to any content outside of the forums.

The official documentation:

This link is a community member’s site who made an amazing PDF that gives a decent overview of networking in UE in general. Page 83 starts the chapter that describes how level travel works

If you have any questions, don’t hesitate to ask! I’m usually more of a hands on show you how kind of guy but this is just past that threshold where even if you had all the nodes in order you’d have to apply it to your game and logic totally different.