I’m trying to slow down the Roblox “heartbeat” to change the rate to physics and I’m not very familiar with scripting.
Just wondering if there is any way to slow it down.
I’m trying to slow down the Roblox “heartbeat” to change the rate to physics and I’m not very familiar with scripting.
Just wondering if there is any way to slow it down.
That’s a curious request. Why do you need to slow down Heartbeat event fire rate for?
Ive heard that it change the rate of Roblox physics, and I want to try and slow down the rate that objects fall/move.
The heartbeat event cannot unfortunately be changed. You could however make the physics artificially slow by like halving the velocities and drag and gravity
(Ive thought about doing that type of thing for a while, just never got to it)