Hello, how I can make a city with his unique music and to show on the screen what's the name of the location/city/town and then disappear? Please, respond to my question ASAP! Thanks for reading my question!
1) You need to make a GUI that with a TextLabel object in, that you can change to the name of the "location/city/town".
2) Then have a loop that checks whether the player is in a certain area, or it might be easier to have the baseplate of the location/city/town linked up to a touched event, so when someone walks on it, it will display the message.
3) You will also need to create what is called a 'debounce', you will need a variable to store the current location/city/town so that the message isn't displayed if they are already in that location/city/town.