#I CANT TP ANYONE ANYWHERE HELP PLEASE

14 messages · Page 1 of 1 (latest)

sleek rain
#

i dont know what to do ive been stuck for days now and im tired of this i saw others have the same issue

timber harness
#

are all the places public

sleek rain
#

yes

sharp scroll
#

studio** You are now Level 1! **studio

placid marlin
#

And are the places connected with the Main one?

#

or are they all separate

timber harness
sleek rain
#

local TeleportService = game:GetService("TeleportService")

while true do

for i = 15,0,-1 do
    script.Parent.Parent.Sign.Top.SurfaceGui.TextLabel.Text = "Leaving in "..i.." seconds"
    wait(1)
end

-- Move truck

-- Reserve server

local players = {}

for i, v in pairs(script.Parent.Seats:GetChildren()) do
    if v.Occupant then
        print("Occupant found. "..v.Parent.Name)
        table.insert(players,game.Players:GetPlayerFromCharacter(v.Occupant.Parent)) -- As the Occupant value is the Humanoid, inside of character (v)
    end
end

if #players > 0 then
    
    for i = 0,150,1 do -- Change 30 to number of studs
        script.Parent:TranslateBy(script.Parent.Hitbox.CFrame.lookVector)
        wait(0.01)
    end
    
    local serverData = TeleportService:ReserveServer(imnotgivingitlol) -- Gives an access code needed to get into the Private Server
    
    TeleportService:TeleportToPrivateServer(imnotgivingitlol,serverData,players)

    for i = 0,150,1 do -- Change 30 to number of studs
        script.Parent:TranslateBy(-script.Parent.Hitbox.CFrame.lookVector)
        wait(0.01)
    end
end    

end

sleek rain
sterile crescent
#

you cant teleport inside studio btw

#

needs to be in actual roblox servers

waxen basalt
#

its in game settings