Help with needing to replicate/achieve a visual effect

Hey, me and my friend are making a Roblox version of a SCP game known as SCP-087-B.
This game has a certain effect that we cannot replicate, and we also have no idea what the name is too.
I would say it’s kind of like a motion blur but without the “blur” part.
It would be nice if someone can figure out the name and maybe help us a bit in replicating it if possible. Since we don’t even know if it can be done in the Roblox engine.
Here is a video showcasing this visual effect.
I hope this is possible.

They could be using an Image + BlurEffect and detecting how fast the Camera is moving by getting the rotational Difference from each frame and just Moving the Image + Increasing Blur Accordingly

After some quick research I found this.

Motion Blur
Using Blur Instance, Using DepthOfField > More Info

Frame Blending/Ghosting?



Ok so ask we can see from this response, Ghosting works by taking a frame and then fading it out to create a slowed motion blur effect.

Im not too sure of how we can achieve this in roblox, BUT MAYBE, if we use a viewport frame and a world model with some properties to replicate the lighting and scene we can maybe achieve this.

you can make such a disorientation effect by using viewport frames, even though in roblox its going to be more computationally expensive than in some different game engine as you are required to rendner all pervious frames along with the current one in one go instead of caching and reusing
demo.rbxl (107.5 KB)
made this in a few minutes so you would have a better idea of what i mean and i think you will figure out the rest

2 Likes

Thank you so much. This is absolutely what we needed, thx for having a link too.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.