Hello, is there a way that I can make a event happen to only 1 player that joined the game for the first time?
For example if a new player that joined the game for the first time ever, how can i make it so it plays a cutscene or something?
Hello, is there a way that I can make a event happen to only 1 player that joined the game for the first time?
For example if a new player that joined the game for the first time ever, how can i make it so it plays a cutscene or something?
use datastore service
and find the UserId . on
if it doesn’t exist create it and the player is joined the first time
if it exists, then the player has been here before
its important that you first check if the player has the badge and then award it
check if the player has the badge
if the player has the badge then the player has been here before
if not award the player the badge and the player is joined the first time