Hello!! I’m trying to grant one gold to everyone playing once a minute in the device settings I already have it set to grant to everyone when activated but in Verse it requires an agent but I’m not sure what to put to resolve it thanks!
Item Granters that are set to grant to “All” automatically grant to everyone including spectators. In order to NOT do this, you’d have to use other methods of filtering it either through Verse or Devices like a player counter device or a mutator zone device.
I have question. Is there an easy way to cycle through each player and grant the item individually? This is in the case of granting randomly a set of items.
This is what I have and it cycles a random amount out of presets. But it gives that random amount to ALL players and they all have the same amount. I know I can grab the player index and go through all the players one by one and grant each time. but the code would get extremely long. Is there an easier way were I can get it to do this automatically without me typing each player in the index out?