#Player Selector GUI Skript
1 messages · Page 1 of 1 (latest)
Like this?
command /test:
loop all players:
set {_n} to 0
set {_gui} to a new chest inventory with 4 row with name "Gui Test"
set slot {_n} of {_gui} to loop-player's skull
open {_gui} to player```
There is Error
command
trigger
set x to new inv
loop all players
set slot y of x to z
open x to player```
Do you have an example?