function engine.KeyReleased(key) print("Released key: " .. key) end function engine.KeyPressed(key) print("Pressed key: " .. key) end GLOBAL_TEST = 5