Help with error 773 teleport failed roblox studio

hi i have game and i do for my game teleport system from game to game but it not work
when i press f9 it say in developer console is say teleport failed because the game is not published (unauthorized)

3 Likes


https://gyazo.com/2008399c1de5d11966c287fe876ecd1b

2 Likes

You cant do teleporting in Roblox studio. That’s is what is causing the error. You have to test when the game is published and in roblox

2 Likes

yep i was doing that and still not work

did you know how fix it or not

You have to publish the game then go to roblox.com then join the game.

1 Like

i am publish in roblox studio the go create and make public but still not work and use it from roblox

Can i see the script? To see the problem?

https://gyazo.com/a0ce6a1893f35f32efc001b5ef3a114a


local placeID = 10018694636

local ts = game:GetService("TeleportService")

local player = game.Players.LocalPlayer

script.Parent.MouseButton1Click:Connect(function()



	ts:Teleport(placeID, player)

end)

i was 2 anothere script but still

Go into Roblox Studio and make sure that you have enabled the following setting:

3 Likes

did you know fix it ? or not and it local script not script

i have doing that so many time and dont work

Have you enabled the setting in both places?

1 Like

I would recommend you check all your scripts for any mistakes.

1 Like

yep i am doing it but still not work

Have you published both places to the Roblox website and made them public?

1 Like

https://gyazo.com/f4f3287a59c020dc2c98660ae65635cd

Are both of the places you’re referring to public?

2 Likes

This stuff is actually pretty easy. You just have to do everything right …
Here is a step by step from Roblox on how to do what you’re looking to do. GL!