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

How to make a pop up GUI?

Asked by 10 years ago

How do I make a pop up GUI, so when I go through a door a gui comes up saying "Level 1" then goes off 5 seconds later?

2 answers

Log in to vote
1
Answered by 10 years ago
  1. Create an event on the door Part to detect it being touched. E.g. Workspace.Door.Touched
  2. Then when that is detected create the GUI in the player's PlayerGui, by starting off with a ScreenGui, then adding a Frame and a TextLabel,
  3. Make it wait 5 seconds with wait(5) and then destroy it using the Destroy() method.
0
Thank you it worked. RFYassine 15 — 10y
0
Good, mark it as correct answer then please. Archonious2 160 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

Make a script, in which the GUI will go into playerGUI, and connect it OnTouched.

0
I don't get you, can you explain in a more complex way? RFYassine 15 — 10y
0
Do you know how to script? If not it will be hard to explain. Lem0nzz 5 — 10y

Answer this question