#How can I add all players to this?
1 messages · Page 1 of 1 (latest)
world.getallplayers.foreach(player => {
form.button(player.name)
})
something like this i think
playersmenu(player) ??
1 messages · Page 1 of 1 (latest)
How can I add all of the players in the world as buttons and also still include the current ones?
world.getallplayers.foreach(player => {
form.button(player.name)
})
something like this i think
playersmenu(player) ??