Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

i got an error with my teleportation how to fix it?

Asked by 2 years ago
Edited 2 years ago

here is the error

raiseTeleportInitFailedEvent: Teleport failed beacause this game as not been aproved, yet. (unauthorised)

local teleservice = game:GetService("TeleportService")
local Humanoid = workspace.nic["."].Humanoid
local place = 10706166978 
local plr = game.Players.LocalPlayer
Humanoid.Died:Connect(function)
teleservice:Teleport(place, plr)
end)
0
what is the script iamnotcool235_s 27 — 2y
0
Yeah, always have a script ready until you post, or else Its Impossible to solve imnotaguest1121 362 — 2y
0
Man i dont think you would understand there is no script i just want to know why my game have this error and no ils not a script guardian_stone 12 — 2y
0
and there is the script guardian_stone 12 — 2y
0
Question does the script still work and teleport you to the game? Also when does it tell you that you aren't unauthorised to join the game. BTW [I have the same problem with one of my games] But it still allows me to join. theking66hayday 841 — 2y

1 answer

Log in to vote
0
Answered by
Puppynniko 1059 Moderation Voter
2 years ago

the place your trying to teleport has not been approved by roblox

0
no its not ive tried with another place and it works guardian_stone 12 — 2y
0
so i can teleport to the game with one place and not the other guardian_stone 12 — 2y
0
try joining that place you tried to teleport Puppynniko 1059 — 2y
0
I can because its the base game guardian_stone 12 — 2y
0
then idk Puppynniko 1059 — 2y
Ad

Answer this question