GUI that appears after you enter a certain area

I want help with this as my game does not really have any story telling, and I need it for directions. I know this may not fit into Scripting Support but I don’t know.

3 Likes

Nobody here is going to code this for you. Do you have a specific question?

So like, how do I make it so GUI appears in a region? Thats my question really.

Do you know how to code? Start by learning the basics.

I’d put a StringValue inside the player by using .PlayerAdded event, then change this value when an area part is touched by using .Touched event. On a GuiObject you can get this value inside the player and check if it’s changed by using .Changed event. When this value changes you can make gui visible and make it disappear by setting Visible/Enabled to false (if you want it to disappear smoothly you can use TweenService). You can find all of these stuff by researching on devforum/google. Hope this help you.

7 Likes

Please don’t ask someone to script you a code in this section.
This can help you : OPEN GUI with a PART - Roblox Scripting Tutorial - YouTube (tutorial created by @Alvin_Blox )

The tutorial is like @AtomTostcuOzgurUsta send just before me