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

How can I have a gui for people in a certain area (Ex.Lobby)?

Asked by 7 years ago

basically all in the title how can I make that possible.

1 answer

Log in to vote
1
Answered by 7 years ago

theres no code for me to go off of here but you need to have a BoolValue that changes when players are teleported out of the lobby. When they are teleported to the lobby, have it set to true, and have a function that triggers when that value changes. Inside the function needs to be an if statement that says if the bool value is true then set the frames inside the GUI to visible = true otherwise have it set to false.

Ad

Answer this question