#ERROR 769

55 messages · Page 1 of 1 (latest)

jagged hornet
#

I'm making a script like TeleportService but it's not teleporting to any place so error 769 appears...

scenic daggerBOT
#

studio** You are now Level 4! **studio

jagged hornet
#

no

#

im in roblox

#

see

fiery blaze
#

check if both places have 3rd party teleports enabled and accessibility is public

fiery blaze
# jagged hornet

im may sound dumb, try chaning it to local player = game.Players:GetPlayerFromCharacter(hit.Parent)

#

TeleportService:Teleport(--gameid--,player)

#

also try adding debounce

knotty spire
# jagged hornet I'm making a script like TeleportService but it's not teleporting to any place s...

The error says that one of the games isn’t published, doesn’t allowed 3rd party teleports. Or you’re not allowed to join that game:

https://devforum.roblox.com/t/how-to-fix-error-code-769/1741220/2

fiery blaze
#

yes

jagged hornet
# fiery blaze yes

It didn't work... and I had already published both games 😦 and activated the permission...

fiery blaze
#

can you send game's link?

scenic daggerBOT
#

studio** You are now Level 5! **studio

jagged hornet
#

this is the game

#

@fiery blaze

fiery blaze
#

ok

jagged hornet
#

its normal

#

local TeleportService = game:GetService("TeleportService")
local Players = game:GetService("Players")

local part = script.Parent
local debounce = false

part.Touched:Connect(function(hit)
if debounce then return end
debounce = true

local player = Players:GetPlayerFromCharacter(hit.Parent)
if player then
    TeleportService:Teleport(5877439891, player.Parent)
end

wait(1)
debounce = false

end)

mystic moon
fiery blaze
#

^

fiery blaze
jagged hornet
#

Sorry I've been away for a while... but ok! I wanted to ask why this script isn't working:

local TeleportService = game:GetService("TeleportService")
local Players = game:GetService("Players")

local part = script.Parent

part.Touched:Connect(function(hit)
local character = hit
local player = Players:GetPlayerFromCharacter(character.Parent)
if player then
TeleportService:Teleport(5877439891, player.UserId)
end
end)

@mystic moon @fiery blaze @fiery blaze @fiery blaze

#

For example, why doesn't this script work?

script:
script.Parent.MouseButton1Click:Connect(function()
game:GetService('TeleportService'):Teleport(5877439891, game.Players.LocalPlayer)

jagged hornet
#

omgggg I did it!!! but now the gui is not coming to the other place...

jagged hornet
#

Hi, I haven't been able to answer for a while... but I would like to solve this problem:

#

I have all these guis but when I go to another location they disappear...
Can someone help me?

mystic moon
#

Script?

jagged hornet
#

ok 1 sec

jagged hornet
mystic moon
jagged hornet
#

Sorry it took so long, my internet was down

mystic moon
#

StarterGui -> Gui -> Saida -> LocalScript

#

According to the error message

jagged hornet
mystic moon
#

It appears that no proximity prompt is in the spawner

jagged hornet
#

omg my game dont save... bruh

#

1 sec

#

I'll do it quickly

#

ok, I understand, I had shown you the wrong script... sorry, now this is correct:

#

look @mystic moon

#

hello?

mystic moon
#

Make sure its loaded using instance:WaitForChild("Child_Name")

#

@jagged hornet

#

Sorry, i had to go for sbit

jagged hornet
#

ok np