- Home /
Question by
mohamad36 · Dec 25, 2017 at 07:51 PM ·
c#unity 5scripting problemracingracing game
How do I make the winning racer get a text saying Congrats?
Hi, I have a game where there are two racers but I need the winning racer to get a text saying congratulations. How do I do that? Please respond fast! Thanks!
Comment
Answer by RER1200 · Dec 25, 2017 at 08:07 PM
I can't really help you if you don't give more details. Seeing your script could also help. You could try to set a variable to true when the racer wins and enable a gameobject carrying a text saying "Congrats" when this variable is true.