Blurring the background but not the player avatar?

How would I achieve blurring the background except for your player avatar model?


( what I have currently )
Is it possible to only blur the background but the player avatar remains clear? Thanks!

My best guess is to use DepthOfFieldEffect and changing it depending on the distance from the character and the camera, but that of course will blur other objects or you can also use a ViewportFrame.

But yeah there is no easy way that i can think of to implement this.