Players Select menu

How do i make a player Select Menu??

That depends very much on your vision for that player select menu and we cannot help you without knowing what exactly you want to do and what problems you are facing.

You can display multiple items in a grid with a GridContainer. The callback _gui_input() allows you to react when the player clicks on a node. Use TextureRect to display textures.

2 Likes

Hi,

Please provide more context, more info, about what you need exactly, a reference video, anything. Nobody can provide a fully working solution with no precise idea of what you want.

2 Likes

Well i just want after Tab Start send to Interface with 2 Picture of players and a Mark that Says P1 above Picture changes position depending on when u tap A or D and after player chose all my P1 Controls change to whoever player 1 Picked

btw heres my 2 player control Resource

class_name PlayerControls
extends Resource

@export var player_index := 0
@export var Move_left := "P1_Move Left"
@export var Move_right := "P1_Move Right"
@export var Fly := "P1_Fly"
@export var Interact := "P1_Interact"
@export var Run := "P1_Run"