There’s a popular ‘Spring’ module, but how does it works?
Is anyone experienced with this module?
Thanks, appreciate it!
1 Like
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.