function createEmptyFunction() local emptyFunction = function() end return emptyFunction end