I'm wondering if it's possible to make a script that will get the amount of players in a universe?
Say I've got a hub place, and 5 other 'places' able to teleport to in the universe, How would I get the amount of players in them and then send that info back to the hub or is this not physically possible?
Don't particularly want the full script if this is even possible to do, Just a few hints on how it would be achieved :) Thanks
A simple way to accomplish this would be to use a Global DataStore and relay joins/exits back to the database, using PlayerAdded and PlayerRemoving.