I cannot seem to register a player to a Player Reference Device in verse.
Here is the code I’m using.
PlayerEnter(Player:player):void=
PlayerRef.RegisterPlayer(Player)
set PlayerExistsLogic = true
Logger.Print("Player {PlayerNumber} Entered the game!")
The Logic will update successfully and the Logger does print the correct message, but the device does not register the player.
The device I’m using to subscribe is player_counter_device
with the PlayerCountedEvent
.