So, I don't know if I'm making some sort of mistake somewhere or if this is a roblx issue, but for some reason, when I try to use this module the roblox auto-filling doesn't work. What I mean by this is that normally, when you have a module and you require it and then try to call a module function (eg: module.FunctionName()) roblox will give you a list of the functions in that module so it's easier for you to script, I don't know if I explained this correctly, but moving on. Basically, my issue is that when I try to use the promise module, roblox seems to not see that it is a module and simply say "error type" in that little "Auto-filling window"; I don't know why this is happening and it's pretty problematic for me since I've never used promises before and I'm just starting to learn how to use them, if I'm gonna have to memorize how every function is written without ever having used the promise library/module it's gonna be very hard.
Just for clarification, the module DOES work, it's just that without auto-filling and very little knowledge on the module using it is pretty hard.
So, I don't know if I'm making some sort of mistake somewhere or if this is a roblx issue, but for some reason, when I try to use this module the roblox auto-filling doesn't work. What I mean by this is that normally, when you have a module and you require it and then try to call a module function (eg: module.FunctionName()) roblox will give you a list of the functions in that module so it's easier for you to script, I don't know if I explained this correctly, but moving on. Basically, my issue is that when I try to use the promise module, roblox seems to not see that it is a module and simply say "error type" in that little "Auto-filling window"; I don't know why this is happening and it's pretty problematic for me since I've never used promises before and I'm just starting to learn how to use them, if I'm gonna have to memorize how every function is written without ever having used the promise library/module it's gonna be very hard. Just for clarification, the module DOES work, it's just that without auto-filling and very little knowledge on the module using it is pretty hard.