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.
nope its TOTALY not in my network cuz my 4 friends expirienced the same
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.
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