So I'm trying to make a sort of bullet-time thingy for my game, but it seems that I can't slow physics objects down just by changing the object's time scale. I read somewhere that I had to change their stepping mode to framerate dependant, but that didn't change anything for me. Any ideas how to achieve this?
Also gotta mention that I'm trying to slow down only certain objects, not the entire layout's timescale.