search/
Start typing to search packages!
package_2
quill-rblx-lifecycles
By @sap0bombado
Roblox
MirroredLifecycles
Adds a bunch of RunService lifecycles:
on_heartbeat->RunService.Heartbeaton_post_simulation->RunService.PostSimulationon_pre_animation->RunService.PreAnimationon_pre_render->RunService.PreRender-- Doesn't get registered on the serveron_pre_simulation->RunService.PreSimulation
Usage
local MySingleton = {}
function MySingleton.on_heartbeat(dt: number)
-- Ran every Heartbeat
end
...
You may also define new or override existing lifecycles for the client and server with rblx_lifecycles.implement_client_lifecycle and rblx_lifecycles.implement_server_lifecycle respectively.
implement_lifecycle: (
name: string,
event: RBXScriptSignal
) -> ()
Package Details
Install command (Click to copy)
Version
0.1.0-alpha.1
License
MIT
Safe for commercial use
Automated license review — not legal advice.
