tonumber()?
tonumber() doesn't seem to be working in lua and to my knowledge there is no alternative in microscript.
tonumber() doesn't seem to be working in lua and to my knowledge there is no alternative in microscript.
Do you want help with Lua or microScript? In microScript, you can use built-in JavaScript functions:
//javascript
global.parseInt = parseInt;
global.parseFloat = parseFloat;
I literally just realized this, thank you for responding though.
yeah it started working again..? I really have no clue what happened there, It might have had something to do with my PC.