As far as I can remember, I had replied to someone asking what this is supposed to do, and I can’t see that reply. Though in my messages there isn’t anything related to a post like that getting flagged.
But there is a lot of evidence related to this. The links for each reply start from 4 instead of 2, meaning that 2 replies were deleted - Guess what these 2 can be! The person who asked that was the first and I was the second. Also, there is a jump from 7 to 12, that’s 4 missing posts!
Please correct me if there are any other possibilities, but that’s near impossible as far as I can see.
Criticism is needed, and you shouldn’t delete any. Nothing is perfect.
posts were deleted yes
i only flagged one post created by awesome
others flagged other posts as far as im aware
i responded to a spam post or something as well and that was deleted
im aware criticism is needed, im perfectly ok with that, but i’m not ok with someone saying that X project has 100 bugs when it only has one bug, that was already fixed no less.
this is the entire reason why i flagged the post in the first place, it was stretching the amount of issues that it has - i will say again, the only issue that rbxcloud had was that intellisense didn’t work properly. even with intellisense being broken, rbxcloud still worked. every part of it.
Thank you for making this. I am experimenting with it, and it works really well !
I have one problem though, the module errors if I try to call UpdateAsync with a key that has no data yet, as the module tries to read some properties of the keyInfo, which doesn’t exist yet. Strangely, the data seems to still save in the end, but it would be great to have this handled instead of manually getting and then setting. The error occurs at line 282 of the index.js file btw.
Any new updates? This works great. I used to use Daw588’s roblox.js module, however, after switching to a Command Handler for my bot, I can’t use his since it won’t allow require().
Also one thing, I tried doing PublishAsync, however it doesn’t seem to be Publishing, at least to my game. The topic is just “T” however it doesn’t seem to receive the message in ROBLOX.
I’ve used another Open Cloud API program (Open Cloud Tools) to fire a message into the game, and it works so this isn’t a ROBLOX issue unfortunately.
I had to swap it out for another alternative to use PublishAsync, which was a bit more difficult to do in terms of writing but oh well. , unfortunately, can’t since the code is overwritten. Sorry!
For the OpenCloud.Configure function, is it global set to the API key or can I use it per file? For example, a ban.js will have a ban datastore key, while another one can be a player datastore key.
you can use different api keys for each service, but you don’t need to call OpenCloud.Configure in every file you use – you just need to configure it one time.
Primarily, some of my Discord bot commands require my scripting test plate for my game, and some of the commands require the actual game instance. For instance, a ban command would be used for the actual game instance since it bans from the actual game, of course. However, any other data commands, such as setting money and whatnot, would be my testing plate, which has a different API key and universe ID.
I hope that makes sense, I just need to be able to use a different API key/universe ID for DataStores and MessagingService in different command files.