i was trying to Stop Game Play When displaying Text, Tried with Time.timeScale but it Stopping Whole Game , i mean Even Gui Text , is there Any Way To Show Stop Gameplay While Displaying 3,2,1 go!!!???
There’s no simple answer for this - it’s a question of your game’s architecture.
If your gameplay is currently triggered to start from the “Start” function, you’ll have to instead create a new function called “StartRace” or something, and call that function on all the appropriate objects once the countdown is finished.