Reply to Re: overlapping hitboxes + touch()
If you don't have an account, just leave the password field blank.
For lerps, I usually steal one or more from this thread and then convert the output to an integer by rounding.
I haven't tried out a vector library yet, however there are a variety in this list that might be workable. I will try a few out. If you don't want to wait, you can edit init.lua yourself by adding a "require" at the top, placing the file in question alongside serpent.lua, and then whitelisting it for use in scripts around line 890 with library = library like the others. Of course, this will make whatever it is undistributable in the short-term.
Unfortunately an HTTP library would require a C module which wouldn't be platform-independent. I would have to come up with something on the C side of things for that sort of functionality.
I haven't tried out a vector library yet, however there are a variety in this list that might be workable. I will try a few out. If you don't want to wait, you can edit init.lua yourself by adding a "require" at the top, placing the file in question alongside serpent.lua, and then whitelisting it for use in scripts around line 890 with library = library like the others. Of course, this will make whatever it is undistributable in the short-term.
Unfortunately an HTTP library would require a C module which wouldn't be platform-independent. I would have to come up with something on the C side of things for that sort of functionality.