Game ReferenceGame Global FunctionsAreaIsLoadingOn this pageAreaIsLoading Description Returns whether any game area is currently in the process of loading. function AreaIsLoading() --[[ ... ]] end Parameters None. Return Values state: boolean - Returns true if an area is currently loading, otherwise false. Example None.