How do I achieve this effect?

So I saw this gun skin effect on youtube src: https://www.youtube.com/watch?v=nw5T_cE8JdQ&t=26s
and was really curious on how it was made. You guys have any ideas?

It appears to be using decals actually. It seems like it’s rapidly changing them. You can actually fix that by looking into ContentProvider. From what I’m aware, it was most likely originally a gif and it was decompressed into multiple frames and then uploaded to roblox.

1 Like

The gun skin effect can be achieved by using texture offsets:
link
You could use tweenservice, to change the OffsetStudsV and OffsetStudsU
It can not be done using decals from what I know, and could only be done by using textures.

1 Like

He’s not interested in that. He wants to know how he can achieve it and do it himself.

1 Like