Game ReferenceGame Global FunctionsAllowAreaTransitionsOn this pageAllowAreaTransitions Description This applies to both moving between areas normally or via scripting. function AllowAreaTransitions(state) --[[ ... ]] end Parameters state: boolean - Whether to allow transitions or not. Return Values None. Example None.