#How can I add all players to this?

1 messages · Page 1 of 1 (latest)

glacial barn
#

How can I add all of the players in the world as buttons and also still include the current ones?

acoustic seal
#

world.getallplayers.foreach(player => {
form.button(player.name)
})

#

something like this i think

candid cobalt
#

playersmenu(player) ??