Originally posted by TheNiceUb3r
My all players part of my menu is really dull I was wondering if someone could share some functions that are good for all players
some I don't have that would like is like
All rocket Teleporter
All Adventure time
and some other cool ones if you would, Thanks guys!
I don't got much cool things to share but it is pretty easy to make it for all players if you got the function for one player..
Example:
AllPlayerAdventureTime()
{
foreach(player in level.players)
{
player thread AdventureTime();
}
}