How could I make a server browser and dedicated servers such as ARK/Rust?

How could I make a server browser and a limited amount of dedicated servers such as ARK/Rust/Other online games?

Examples of what i want to achieve:

  • Server browser:

  • Dedicated servers: servers that are always running and save all the data inside of them such as player manipulated terrain and player’s stats and buildings. By the way, I’m not sure if dedicated is the right word.

I know i need to use at least one of the following methods but, due to the lack of documentation, I’m not sure which one to use and how to use it:

  • AssetService (CreatePlaceAsync/SavePlaceAsync)
  • DataStoreService
  • MessagingService
  • TeleportService
  • Universes

This might give you some insight on your server browser.

2 Likes