Is there a way to import this kind of mesh animation from Blender to Roblox Studio?

I’d like to import this simple animation I created in Blender to Roblox studio, but I’m unsure how or if I can, because I’m not sure how I’d achieve this animation in Roblox Studio. I looked around trying to find an answer but was unable to find much of one.

Here’s the animation I’d like to import: https://gyazo.com/0e571ef09122f55af795cf6080acd7ff/preview

It really depends on what this animation uses. If it’s a skinned animation or a shape key, it’s possible. If this is a shader, it’s harder, but still possible. If its a shader, you can forget about using the model for this case since it would be easier to do this as a texture.

You can render this in blender and make it into a spritesheet, then just use that spritesheet as a texture.

Or you could do the insane not optimal in the slightest method and export the mesh per frame, import all the meshes into roblox and iterate through them to do the animation.