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

IS there a way to show a GUI one-time and I mean one-time only?

Asked by 4 years ago

Basically just want to show a pop-up GUI that upsells a one-time offer for all players.

I only want this to show once in their lifetime of playing the game however - where should I start?

0
You could destroy the gui with the function :Destroy() JesseSong 3916 — 4y
0
You Could :Destroy() it, or make a bool value in your gui ,and in your script check if it is true, if not , show the gui and change then bool value to true GrimRainbow777 0 — 4y

2 answers

Log in to vote
1
Answered by 4 years ago

To make a gui visible, set its Visible property to true. Then wait the amount of time you want, then destroy it. Datastore a value which shows its been offered.

Ad
Log in to vote
0
Answered by 4 years ago

You Could :Destroy() it, or make a bool value in your gui ,and in your script check if it is true, if not , show the gui and change then bool value to true

Answer this question