Creating and adding a playable second player!!!

Hello i’ve been looking around through what ever i can find , and every answer people have given to this question haven’t actually done anything for me. Could someone walk me through how to set this up? Im hoping to make it so i can have two people playing at the same time with different characters but the answers everyone else seems to put simply aren’t working for me.

Basically you’d want a multiplayer functionality. Look it up, Unreal Documentation, YT Tutorials. It all depends what you want to do in terms of playing with the second player like you’ve mentioned.

Fisrt thing I’d try would be to test your project as it is from within the editor. Simply change “Number of Players” to “2”

0b83f0e9acffde426f8e64f269030f1a.png

I’d also advise to download and try all of the multiplayer projects from learn tab in the launcher. Multiplayer Shotout, Couch Knights as these are great learnign resource when it comes to replication (in other words networking/multiplayer)

Lastly search Unreal Documentation for replication, networking.

What do you want to do?

Network, LAN, local multiplayer?
Is your code already set up for it?

The message above me got it right: if you don’t know how to setup multiplayer / don’t know how coding in multiplayer works, I suggest you follow the things Shin_ji told you about.

Starting with this series of videos: