#Storing users names

1 messages · Page 1 of 1 (latest)

cyan owl
#

What what I use to keep a list of players that have touched an object that will eventually teleport them to another game after a countdown?

bronze plaza
#

use tables

#
local PlayersTouched = {}
cloud canyon
#

Gotta love tables lol