Ok, so I want to put 99e99 inside of a Number Value although it seems that it doesn't let me type letters. Is there another way to accomplish this, since 99e99 is an extremely large number. Essentially you could substitute infinity for 99e99. Another issue with this is I want to know if Roblox has a max number that can't be passed. Could I do this to use 99e99:
game.Workspace.NumVal.Value = 99e99
I haven't tested that yet, although I don't know if that'll work.
Thanks!
There's a math function called math.huge which, according to the wiki, is "A representation of infinity, a value larger than or equal to any other numerical value.
Here's the link to the wiki segment:
http://wiki.roblox.com/index.php?title=Global_namespace/Mathematical_functions&redirect=no#math.huge