#Global pet count?

1 messages · Page 1 of 1 (latest)

frozen pulsar
#

How could i make a global pet count which

  1. wouldnt rate limit
  2. is assailable to everyone
  3. updates for everyone?
#

would i use memory store or data store?

normal cypress
#

table store

frozen pulsar
normal cypress
#

yes

#

table = {}

frozen pulsar
#

but then how do i make that global and work for everyone?

#

no matter the server e.g

idle sapphire
#

like the sum of the count of everyone's pets?

frozen pulsar
# idle sapphire like the sum of the count of everyone's pets?

so pretty much right, if i was to spawn a pet or a part whatever i would want to let the game know that another one of this certain pet has been spawned therefore another one exists and add it to a global table or something so that i can show any user how many have been spawned