“Lua -Zahlen” Code-Antworten

Lua -Zahlen

num = 50	-- All numbers are doubles.
Hello There

Lua -Zahlen

--example of numbers. varibles

local number1 = 6
local number2 = 23

--you can add numbers too
local total_number = number1 + number2
print(total_number)  --result... 29

--if you wanna see it in roblox studio then type /console in chat   then type 29 in search
-- you wil see 29... thats what the print function printed of the varible total_number :)
dl.guy

Ähnliche Antworten wie “Lua -Zahlen”

Fragen ähnlich wie “Lua -Zahlen”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen