ConnectMenu.cs(291,19): error CS1501: No overload for method `CreateRoom' takes `6' arguments

Options
im getting an error saying Assets/fpis/FPS Kit 2.0 C#/_CustomAssets/Scripts/Network/ConnectMenu.cs(291,19): error CS1501: No overload for method `CreateRoom' takes `6' arguments

does anybody know how to fix it pls im struggling with this error

this is where im getting the error

PhotonNetwork.CreateRoom(newRoomName, true, true, maxPlayers, setMapName, exposedProps);

Comments