Custom private servers for Voxel game that save

Custom private servers for Voxel game that save

1. What do you want to achieve?

You click realms and u see your realm and others u can join other realms by your friends without they are online

2. What is the issue? Include screenshots / videos if possible!

Idk how to make that custom teleport and saves data when no players are on

a game have what i am looking called Voxels but got banned My game will have alot of difference than it I wish help

1 Like

Have you gotten a datastore up and running for your game yet, or do you know what that is?

I knew Datastores and i use them alot
And i know how to store plr pos and rotation and health if left

but that would be in every server and there is no ui for checking friends realms and yours

Well you would have to do something called serialization for data that can’t be converted to JSON, this basically makes it so that data can be put into the datastore

Ik but how do i make Teleporting to it and making new one like Emergency Response: Liberty County - Roblox

sorry for late response :smiley:
HELLO?

local Players = game:GetService("Players")
local TeleportService = game:GetService("TeleportService")



game.ReplicatedStorage.Join.OnServerEvent:Connect(function(player)
	local teleportOptions = Instance.new("TeleportOptions")
	teleportOptions.ServerInstanceId = 10
	TeleportService:TeleportAsync(17686647001, {player}, teleportOptions)
end)

It doesnt work i need another way