Restart Game: Initialize all Global Variables & Text Objects

Hi I am having a lot of trouble having to go in and reset all of my variables / text objects to start a new game.

It would be great if there was a single Restart Game action that reset / initialized all variables and text objects to their initial value.

thanks

MobileNoob

Hi
At the first scene, make a event where you initialize all variables. If you have a lot of variables, change the initial value of your variables.
Initialize text object mean define the position, the colour, the size, and the angle.

Do that, at the beginning and one time.
Normally, if you don’t make an event who change that, the position and others features don’t change.