How does 'Spring' module works?

There’s a popular ‘Spring’ module, but how does it works?
Is anyone experienced with this module?
Thanks, appreciate it!

1 Like

You can read the documentation on this specific spring module.

6 Likes

How do I destroy it? There isn’t a :Destroy() function…

LUA is a garbage collected language. So once there are no more references to the spring object, it will automatically be cleaned up.