#Is anyone experienced on making a horror game lobby, that has teleporters to the main game?

1 messages · Page 1 of 1 (latest)

flat kraken
#

Either solo, duo, trio, quad, but has timer?
I just need the general idea to learn how to make this

#

struggling rn

#

local ts = game:GetService("TeleportService")
local Players = game:GetService("Players")
local gameid = 124824684720552
local gameDoors = workspace:WaitForChild("GameDoors")



for _, door in pairs(gameDoors:GetChildren()) do
    local prompt = door:FindFirstChild("ProximityPrompt")
    local maxPlrs = door:WaitForChild("MaxPlayers").Value
end ```