RunService Help

Ok I am just going to get straight to it. I have absolutely no idea what the RunService is and what it does.

All I want to know is what the RunService is, what it does and any functions that it uses.

RunService is basically everytime a frame is passed it runs

Could you explain a bit more??

You can use runservice to run a code when a frame is updated, which basically is every millisecond

Oh ok, do you have any useful links to any website explaining it or no?

[

RunService - Roblox Developer Hub

https://developer.roblox.com › api-reference › class › R…
](RunService | Documentation - Roblox Creator Hub)

RunService contains methods and events for time-management as well as for managing the context in which a game or script is running. Methods like IsClient …

RenderStepped

RunService.RenderStepped:Connect(function(step); local … ### Stepped

game:GetService(‘RunService’).Stepped:Connect(function …

Heartbeat

The Heartbeat event fires every frame, after the physics … ### BindToRenderStep

… RunService:BindToRenderStep(“tempBinding”, 1 …

2 Likes