Skip to main content
Returns a table of the functions and connections currently bound to RunService.RenderStepped.
Most commonly used to find per-frame render hooks - things like an ESP or aimbot loop that a script attached to RenderStepped.

Returns

{any} - a table of the callbacks and connections wired to RenderStepped at the moment of the call.

Example

Introspects the rendering pipeline connections.