Electric Beam effect

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.

Untitled video2 - Made with Clipchamp

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

8 Likes

im gonna use this in my simulator when u unlock a chest, thx

2 Likes