How to go about creating a fake lag effect

Hey, I want to make a camera mode that has a way lower framerate than the player would, so that means fake lag but im not sure how to go about doing that since all I have seen is people creating actual lag for testing

Anyone got ideas?

No idea how it’s supposed to be done, but I made this script a few years ago.
And no, it cannot do specific framerates. You’ll just need to guess.
lag.rbxm (1.5 KB)


Edit: You can also create a ViewportFrame and update it at your own framerate.

2 Likes

Thank you, I think I might implement this script into the camera but I also want to experiment on viewport frames since it might be putting less stress on the computer