Hi,. It’s bad idea to spawn a pawn from the widget. Widgets exists only on the clients, not server. Use Gamemode class for this, and remember, if you wants spawn sth on every client do it on the server. Instructions like Spawn, Destroy are auto replicated throught network.