.RenderStepped execution order?

I have a renderStepped in one client script, and in another module script, one is for viewmodel and another one is part of SmoothShiftlock, so i want to make sure that the SmoothShiftlock renderStepped runs before the viewmodel one.

The SmoothShiftlock moves the camera which is okay but it makes the viewmodel offset

using different events than renderStepped, didnt work

any help is appreciated

You can use RunService:BindToRenderStep to define execution order.

1 Like