I need to create a Random GUI text number form 10 to 70, after 7 seconds, every time restart the the scene. Some help please…
Random.Range(10, 70) will give you a random value between 10 and 70.
Use “yield” function on order to cause delay for 7 seconds (works only in Start() function)