Horje
lua string to number Code Example
lua string to number
local str = '10.7'
local num = tonumber(str)
string to int lua
local a = "10"
print(type(a))
local num = tonumber(a)
print(type(num))




10

Related
loop true childs roblox Code Example loop true childs roblox Code Example
how to get the length of a table in lua Code Example how to get the length of a table in lua Code Example
lua round number Code Example lua round number Code Example
how to make a part rotate roblox Code Example how to make a part rotate roblox Code Example
Lua array add item Code Example Lua array add item Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10