Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make a specific group of people teleport to another place and in private server?

Asked by 5 years ago

I tried to make a game like "Camping" by SamsonXVI. But the teleport doesn't work. Please help.

My current script:

01script.Parent.Touched:Connect(function(Hit)
02    local Player = game.Players:GetPlayerFromCharacter(Hit.Parent)
03    if Player ~= nil then
04        if ono == true then
05            ono = false
06            Code = Service:ReserveServer(Place)
07            wait(20)
08            ono = true
09        end
10        Service:TeleportToPrivateServer(Place, Code, Player)
11    end
12end)

Yeah, It's all a mess.

0
Any error? mixgingengerina10 223 — 5y
0
Uhh, Everything? FixRobloxz 61 — 5y

Answer this question