Any way to make some sort of a live forum on Roblox?

Any ideas on how to allow players to post something in a game and other players can see that something without having to rejoin? (Like Instagram I guess?) Is that even possible? If yes, what are the steps to implement such thing. Any help would greatly be appreciated!

You could do this in two ways,

  1. Use Roblox datastores (slow and tedious)

  2. Create an external web server and use that as the back-end for your “live forum” (hard to create but easy to use)

2 Likes