Skip to main content
Returns a list of all ModuleScript instances that were deleted or removed from the game hierarchy but still reside in memory.

Returns

{ModuleScript} - An array of deleted ModuleScript instances.

Example

Anti-cheat systems may check if deleted scripts are still running. Use this function to identify orphaned ModuleScripts.