[IN DEVELOPMENT] Forumboard

I am working on a game like the Developer Forum (devforum.roblox.com) where you can post Roblox-approved threads (abiding by the Terms of Service) on different topics.

The game will (potentially) support Markdown format.
There will also be a 17+ server dedicated to more mature things, such as strong language.

Also, when this game releases, NO OFF-TOPIC POSTS!

3 Likes

Looks sick but how are you going to do a universal forum board? How about making it so your posts only appear if you load into the game then the server saves your posts and shows it to new users so you dont have to go threw a bunch of datastores

I don’t know, but I might try a Python server or Google Firebase to store things for HttpService.

You should link all the servers together with datastores and messaging services, Store all the player’s posts inside their datastore then load them and send them off to messagingservices for all servers to store, Searching for a user will manually load their data even if they aren’t inside the game, Also I remember a game like this existing before and flamingo played it, maybe you could cite that for ideas?

You can get an HTTP 429 error for having too many requests (if someone spams), also the servers will be refreshing at about 15 seconds. (EDIT: Some boards like Lua Learning’s and others.)

This game looks VERY GOOD SO FAR! Nice recreation! Great job on it! How long did it take to make all of it so far?

just start up a database its easy

About 30-45 mins (no scripts, only the UI)