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
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