Use MoveAndSlide() with a custom timescale

Godot Version

Question

I’m doing some time manipulation and for more flexibility, I’m using my own timescale variable instead of Engine.Timescale. But MoveAndSlide always uses the Engine.Timescale, which causes problems. Is there a workaround, other than writing my own MoveAndSlide function?