Electricity Ray Coil Effect

Does anyone know how I would accomplish an effect similar to this? I know its something to do with raycast in order to do it from 1 position/cframe to another.

(I want it so that multiple parts coil in random rotations to end up at the target positon)

1 Like

Easiest way to achieve this is to create an array of points evenly spaced between the source and destination, and then move each point a random amount in random directions, then finally draw parts or insert beams or something between each consecutive pair of points.

10 Likes

You could also experiment with using beam instances to look more realistic. I created this basic lightning effect between two parts as an example:

4 Likes