Roblox API Reference

EnviromentalPhysicsThrottle On DevHub

Summary

Determines how physics simulation is throttled. 100% is the normal simulation rate.

Item index (7)

Name Value History Description
DefaultAuto 0

Throttling determined dynamically.

Disabled 1

Throttling is 100%.

Always 2

Throttling is 0%.

Skip2 3

Throttling is 50%.

Skip4 4

Throttling is 25%.

Skip8 5

Throttling is 12.5%.

Skip16 6

Throttling is 6.25%.

Items

DefaultAuto On DevHub

Throttling is determined by the amount of work required to simulate physics. For heavy simulations, smoother framerates are maintained at the cost of a slower simulation.

Relevant members (1)