First Time Joined UI Pop Up and Disable

Hello there, I was wondering if anyone could help me figure out how I could make a UI pop up when you join the game for the very first time and after a set amount of time it is gone for good. But if you leave the countdown still continues. I have no LUA scripting background so that’s why I’m asking, thanks so much from John.

The simplest way to do this would be creating a badge that marks whether or not the player has played for a sufficient amount of time. Each time the player joins, check if they have the badge, if they do, don’t show the UI. This has the caveat of not actually tracking in-game time, but it is the simplest method.

To actually track their playtime, you can use Data Stores to track this over each session. This is more advanced, but it’s definitely an essential thing to learn about.

Resources:

3 Likes