Teleport failed script

oh wow nobody found solution.
1.I have access + its public
2. its empty

Then I wuld use the TeleportService.TeleportInitFailed property (which I linked in the above post).

to figure out exactly what the cause of the issue is. That way it would be easier for you to figure out how to fix the problem. If you claim that all of thatā€™s true I am unable to really do much to help.

Maybe the issue is from your network.
(Video is not mine)

nope its TOTALY not in my network cuz my 4 friends expirienced the same

1 Like

god please help us and give us real script thats works

Fixing error code 773 from script seems like impossible for now.

oh wow moderator is approving my message! wow what did i said?

this is like 30 long post maden with just 1 hour lol

:T well ā€¦ what im gonna do? is this like for every game now?

Send a message to @Bug-Support with including these

  • Repro Steps
  • Expected Behavior
  • Actual behavior
  • Where
  • When
  • Videos and images

can u explain it a little more, i dont understand the repro steps expe- EVERYTHING!

Repro steps are simply how does the thing / bug happen (teleporting player through teleportservice). Expected behavior is what would you expect to happen, in this case a teleport to other place. Actual behavior would be the error ā€œattempted to teleport to a place that is restrictedā€ Where, link your place, When, put your time, as images paste your kick error screen

I have no clue why everyone is always trying to cram everything in one line ā€¦
Create your definitions then implement them lower in the script.
Top down programming!

local tService = game:GetService("TeleportService")
local placeId = 10072127013
local pad = script.Parent

local function port(player)
    tService:Teleport(placeId, player)
end

pad.MouseClick:Connect(port)

If this works itā€™s your 1st line that has the error.
And yes to 3rd party. Step back to what you know works when looking for bugs.

1 Like

Try to use TeleportService:TeleportAsync() and make sure all the places that you will use are public.
(Go into each place and press : File > Publish to Roblox)

TeleportAsync() Is a function more powerfull than some variants of Teleport()

Hereā€™s an exanple of the using of TeleportAsync()

local TpService = game:GetService("TeleportService")
local PlaceID = 10072127013,

script.Parent.Triggered:Connect(function(plr)

local PlayerTable = {plr}

TpService:TeleportAsync(PlaceID,PlayerTable)
end)`

do you have any error when teleporting?
if yes and its unable to teleport with code 7xx something you better change teleport place to new place because it wont fix