Hey everyone, i was going to try and make a system to possibly :GetAsync() into a VPS to find a table of UserId and check if the UserId owns a product, pretty much a check to make sure ppl don’t use my products without my consent, i’ve been having two small things i’m unsure about and i thought why not ask the community,
My first question is about the data, i want to use Python so it would work with a bot, but i’m unsure if Roblox would be able to read the table, i’d rather the table work than it just be confused because it’s the wrong language considering i’m still learning py. I don’t really know the language I should be using for something like the datastore, I’d guess JSON considering there’s the JSONDecode function but I don’t think that’s locked to just JSON.
the second is, lets just say I use the IP like this XXX.XX.XXX.XXX/home/data.py
.
Would this be read by Roblox or would it return an error? considering I am using Pterodactyl (game server) on the main IP of the VPS, I’m guessing it would work, or I’d need to use another port?
I hope I didn’t use the incorrect category, and thanks for the help.