Blurring a part

How would I blur an object? For example:

image

The one on the left is blurred, the effect I want to achieve.

It’s definitely not possible using BlurEffects, that blurs your screen.

1 Like

That is motion blur. Impossible in Roblox. Maybe try DepthOfField?

1 Like

It would blur everything else too. I just want the part. If only it was possible, I hope Roblox adds this.

Well, I have a method, but it probably won’t blur out the entire object.
Use this: Location Marker System
Then I suggest learning how to make a censor like image/Gif in Roblox and replace the Marker image with it. Good luck.

Couldn’t I just use a BillboardGui? Why do I need to use that resource? I would have to shape the image perfectly to the outline of the object, but I’m not sure if that’s possible

1 Like

I was suggesting you learn how to track when you can see an object, if it shows on a players screen then an image pops up, though you could do BillBoard too if you find a way.

1 Like

BillboardGuis already do this, which is what I am saying. Now I can use BillboardGuis but how can I “shape” the image to the frame of the object?

1 Like

get the shape size and get the billboard size, shapesizeXY = bilboardsizeXY*2 (might need to multiple depending) gl with that

1 Like

I don’t understand how a location marker system has to do with blurs but I won’t question your thinking. As mentioned, motion blur is pretty much impossible to do in Roblox

He is suggesting placing some type of image over the part I want to blur, using that system but it can be way more easily done using BillboardGuis.