I made a cool continuous electric beam effect, I don’t know if its useful or good enough so, you are free to make edits to it and do whatever you want with this.
Usage (the GIF above):
rq = require(game.ServerScriptService.ElectroBeam)
task.wait(2)
local beam = rq.create(script.Parent,false)
beam:fire(workspace.TARGET)
task.wait(5)
beam:stop()
Module: https://create.roblox.com/store/asset/104454161232262/ElectroBeam