How can I change the speed of part of the physics simulation?

Okay, so I haven’t written any code yet, but the next project I want to work on needs to be able to change the rate at which part of the physics is simulated. IE I want to slow down part of a simulation based on a slider, while another element keeps getting simulated at full speed.

Is there any way to do this? I didn’t see a simulation speed setting in the documentation. [import]uid: 48302 topic_id: 12979 reply_id: 312979[/import]

Rather than “slowing down physics”, tie whatever you want slowed down to the slider and leave the unchangable objects untouched. [import]uid: 52491 topic_id: 12979 reply_id: 47670[/import]