a module that attempts to replicate a distortion effect using the glass material. (meaning this won’t work if your graphics level is under 7, sorry bros; blame roblox for not adding shaders.)
local WavyEffect = require(game.ReplicatedStorage.WavyEffect)
local Distortion = WavyEffect.new()
Distortion:SetDistortion(0.5)
Distortion:SetSway(8)
Distortion:Enable() -- :Disable() also exists