So I've had this problem for awhile, but never have been able to figure it out. here is an example script of something that wont work on 3D text.
------------
var Money = 0;
function Update(){
guiText.text = Text;
}
------------
Problem that appears: Cannot convert "int" to "String"
So how can I get this to work? Any help is appreciated.(P.S, If there is a duplicate question of this, sorry, I tried looking it up but didn't know what to look up for this problem)
↧