|
Hello, I am trying to display the score for my game on the GUI, but when I use my script the score will not show up, what is wrong with my script?
(comments are locked)
|
|
Add .ToString to Score so that Score is converted into a string, allowing it to be written to the label.
(comments are locked)
|
