Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to show something once when the player joins and never again?

Asked by
zomspi 541 Moderation Voter
5 years ago

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?

0
What exactly are you trying to do? Reward a badge or? jordysboy 53 — 5y
0
so I want it that when the player joins for the FIRST time a screengui pops up, any other time they join after that it doesn't pop up zomspi 541 — 5y
0
I don't believe there's a way to do that, but honestly just make an intro? jordysboy 53 — 5y

1 answer

Log in to vote
1
Answered by 5 years ago
Edited 5 years ago

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.

0
k thx zomspi 541 — 5y
Ad

Answer this question