#I CANT TP ANYONE ANYWHERE HELP PLEASE
14 messages · Page 1 of 1 (latest)
are all the places public
yes
** You are now Level 1! **
Code?
And are the places connected with the Main one?
or are they all separate
could i see the code
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
yes they are
yes also make sure u have the option enabled
its in game settings