What is The Best Modules To Use?

I’ve Been Developing in Roblox Since 2020
And I Have Seen A lot of Very Usefull Modules That Boosted My Developing Process on The Platform
Like:
FastCast,
TopbarPlus
ZonePlus
ClientCast And RaycastHitboxV4
DataStore2
ProfileService
And SpringModule

But I Wonder, Is There Any More Modules That I’ve Messed?
And If you know about a Helpful Module or Framework
it Would be Helpful if You Mentioned it

3 Likes

I just know 2 of them. They’re: bezier curve (there is a lot of module from people) and DataStore2.
Bezier curve create curves as its name. And it is really good for smooth camera movement and gun system like big paintball. DataStore2 have better system then basic datastore as i know. It is really good for storing datas and etc. (correct me if im wrong)

you’ve missed vlua a module that allows you to run lua from a string you can use vlua like this:

local loadstring = require(path.to.vlua)
loadstring([[print("You can run anything!!!!")]])()
2 Likes