local numberVariable = 0 local function test() print(numberVariable .. ";") end test()