Changing Scenes and Dialogue not working for that Scene

Hi @reii If you want to add automated typing, you can use the “Auto Typing Text” behavior in GDevelop, or you could add text inside a dialog box whenever the scene opens up. For example, the “At the beginning of the scene” condition, can be linked to “Show DialogBox”, and whenever you want to press a specific key to delete the message, like say, the “E Key is pressed” condition, can be linked to “Hide DialogBox”. You can also place the text and dialog box in front of the Base Layer, and then you can use that to show or hide layers, like say he “At the beginning of the scene” condition, can be linked to “Show DialogLayer”, and whenever you want to press a specific key to delete the message, like say, the “E Key is pressed” condition, can be linked to “Hide DialogLayer”.

Really hope this helps!