i am relatively new to unreal I’m finishing a game right now where I want a tutorial in and I already have the ui for it but how would I make it so that every time the user open up and plays the game it doesn’t make them do though it again
You need a variable to check if the player has already finished the tutorial. For this I suggest you look into savegames.
Basically, you want to create a new savegame when the player has finished the tutorial for the first time. Then, on every subsequent launch you check if this savegame exists, and if it does, you disable the tutorial.