#how do I made a script that will deduct when a player joined for the first time ever to the game?
1 messages · Page 1 of 1 (latest)
do you want to make like a question to the player if the player played the game?
No like i want to deduct when a player join for the first time
create a player variable (initial value 0) and in whatever map the players start in set this variable + 1 (this will be a times the player joined, also enable cloud save on it)
so after that you can do an
if player.(timesjoined) = 1
[do things]
which means the player has joined for the first time