How would I show something ONCE when the player joins for the first time and never again after that first time? I think it would work if I award a badge for first time visit and then check if they have that badge, but is there another way without spending robux?
A simple way of doing this would be by using the StartGui. Add the appropriate textbuttons, etc. Then in the script you would make it so that when they click then button it destroys the gui. Use the "Player.PlayerAdded
" event. There would be a script in the frame itself and a script in the button. I am not doing this for you, you have to at least attempt a try.