Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to use the new RunService events?

Asked by 3 years ago

I can't work out how to make the events such as "PreSimulation" and "PostSimulation" run. This is what I have

game:GetService("RunService").PreSimulation:Connect(function()

end)
0
Nothing in there ever gets fired tictac67 96 — 3y
0
They are going to replace previous events, they won't act differently but there is new fourth event added there, here are their replacements: https://devforum.roblox.com/t/new-runservice-events/1064686/3 imKirda 4491 — 3y

1 answer

Log in to vote
1
Answered by 3 years ago

They're not enabled yet. These new events are supposed to be replacing heartbeat, stepped, and renderstepped apparently.

0
Thanks :) tictac67 96 — 3y
0
Whaaat? Why? radiant_Light203 1166 — 3y
Ad

Answer this question