Example, a starter tutorial. After the player views it, it will not come back to them again. How can I do this?
For the next question, how do I make special texts?
Like: Welcome to my game (Playername), How are you?
POV: You are the 45th person to play the game
So, Welcome to my game! (Playername), you are the 45th person to play!
Final one, I want to record coins in a custom GUI:
Coins: 100
(I know how to do the value but I dont know how to put the Coins: in front.)
I recommend you to watch a tutorial about datastore if you are not familiar with it.
Basically you save a value that contains true if the player already did the tutorial or false if they didn’t. When a player joins and his value is false, the tutorial will be played and after he completed it, you change the value to true.