Global datastores for all users

Godot Version

Godot 4.6.2

Question

Im developing a Roblox alternative in Godot and I want to make global datastores for stuff like users, data, and more. How can I implement global datastores?

static resources

HTTP requests could be use for POST and GET requests to an online database.

How much do you know about webservers and databases?