Help with Lighting

How can I make lightning bolts come from the sky? Like Jailbreak for example.
I’m trying to use this model. I think it’s going to work well for my game. https://www.roblox.com/library/386839042/EvLightning-v1-2-1
but, i dont know how to activate it. It’s MainModule inside Class.

Here is some documentation that will help you understand how to use this module

So, I should put it in workspace? Right?

Well, module scripts do work in workspace, but for organazation sakes it’s better to put them in ServerScriptService, which is a place to put server scripts.

If you don’t know how to activate it, then search up resources based on it or look through the code. It very clearly says on the description to look through the source for documentation. You really need to try things first before you ask for help on them.

You can use a documented alternative if you don’t know how to work with EvLightning, but please actually try to work with it before posting a thread about it.

1 Like

Already tried but, it’s not working. :frowning:

What did you try? Please show the code that you used to attempt to make the module work.

1 Like