1_upz
(upz)
September 26, 2020, 4:41am
#1
What I’m trying to achieve is this:
Currently I have made the “lightning” effect I’m just not sure how to make it move like the lightning in the video.
https://gyazo.com/dcf5c80a4e378b7c8225008cbfc8130b
I currently do a repeat until loop to make positions each spaced 3 studs apart then I offset the positions, then I connect the positions up with parts.
Search here you may find what you want
Hello developers, today I’m in need of your assistance
To summarize, I’m trying to generate lightning. It will begin at a height of 500, and go to the ground (Y = 0). My method below starts with an un-rotated part at Y = 500, and subsequent parts are added from there until it touches the ground.
[image]
There are some obvious issues. For one, if each rotation happens to go the same direction, it could be extremely long, like the photo above. The second issue is that there are gaps between ea…
1 Like