Group.RandomSelect
Source Code | Usage Examples | Group
Functions
Make a player (int player) randomly select (int amount) members of a group (Group g).
Signature
Group.RandomSelect(Group g
, int player
, int count
) → Group
lua
g:RandomSelect(player,count)