You can write your topic however you want, but you need to answer these questions:
- Am I able to use SQLite for my game is huge datas
I just tried to use chatgpt for it but I don’t really know if it’s possible.
You can write your topic however you want, but you need to answer these questions:
I just tried to use chatgpt for it but I don’t really know if it’s possible.
well, it is possible, you just have to setup REST API and HTTPService
I’ve got a game which has player made files. Files has a lot of objects inside of it for an example it has animations file and it has animations objects every single animation has a delay time intvalue also other a lot of files and objects in that file I wanted to use SQLite because of these huge files and I want to know another thing, I will add a page which will show player made files are properties like name or id this page will be same on every server in the game so what I mean from this is it possible to make a game data by using SQLite
I use fire base to store game data, maybe give it a try.
Depending on what you mean, consider looking into Roblox-based Data storage methods first
I would recommend ProfileService for data storage
This is all doable with the magic of numbers and tables (or dictionaries) in ProfileService…
Am I able to make my page looks same on all serves like when players share their files it’s like sharing a post on Instagram and people see posts on their discover page I want to make a thing like that chatgpt said that will be big files and said you will need SQLite for better optimize in my game.
Will I be able to use big files bc it will be very heavy I want to give players a better performance.
Yes, you should be able to. Firebase is just an external database.
I checked it on YouTube it says I have to add data manually I want to make a system where players can add their projects. If you don’t mind can you give me an example.