#ERROR 769
55 messages · Page 1 of 1 (latest)
** You are now Level 4! **
check if both places have 3rd party teleports enabled and accessibility is public
im may sound dumb, try chaning it to local player = game.Players:GetPlayerFromCharacter(hit.Parent)
TeleportService:Teleport(--gameid--,player)
also try adding debounce
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
Before making a topic you should always google it here is the google defination “A 769 error can occur if the a game requires you to have additional privileges or administrator access on your computer in order to install the game . If you receive a 772 error or if the 769 error persists it may help to reinstall the Game Manager and/or adjust y...
then publish both games
like this?
yes
It didn't work... and I had already published both games 😦 and activated the permission...
can you send game's link?
** You are now Level 5! **
ok 1 sec
this is the game
@fiery blaze
ok
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)
Why are you teleporting player.Parent?
^
i didnt notice that..
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)
omgggg I did it!!! but now the gui is not coming to the other place...
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?
Script?
ok 1 sec
what script? this? @mystic moon
No the script that errors like this
I don't know what it is... because when I start in Roblox Studio there is no problem but in normal Roblox this appears...
Sorry it took so long, my internet was down
this?
It appears that no proximity prompt is in the spawner
but this... I'll show you... 1 second
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?
Make sure its loaded using instance:WaitForChild("Child_Name")
@jagged hornet
Sorry, i had to go for sbit
ok np