Toutrial that Only comes for First Time Players

I’m Trying to make a Tutorial that only comes when its the players first time playing the game. However I don’t Know how I could do this unless I make a badge. If there is anyway for the tutorial to only pop up for new players please tell me!

You can just save a bool inside a datastore saying if the player has done the tutorial.

Use DataStoreService and store the ID for the player when they first join, check if it’s not empty, and if it is, run the tutorial.