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

Attempted to teleport to a place that is restricted?

Asked by 4 years ago
Edited 4 years ago

So i made a friends list game which doesn't work... Place : https://web.roblox.com/games/5572121130/Join-friends-simulator output : output : RaiseTeleportInitFailedEvent: Teleport failed because This game is restricted (Unauthorized) Script :

01game.Lighting.RemoteEvent.OnClientEvent:Connect(function()
02    local Player = game.Players.LocalPlayer
03    local TPS = game:GetService("TeleportService")
04 
05    for i, v in pairs(Player:GetFriendsOnline(40)) do
06              local PlayerGui = Player:WaitForChild("PlayerGui"):WaitForChild("ScreenGui2")
07        local newFrame = game.ReplicatedStorage.Frame:Clone()
08            newFrame.TextLabel.ImageLabel.Image = "https://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..v.UserName
09            newFrame.TextLabel.Text = v.UserName
10        if newFrame.TextLabel.TextLabel.Text == "Website" then
11            newFrame.TextLabel.TextButton:Destroy()
12            newFrame.TextLabel.TextLabel.TextColor3 = Color3.new(1, 251, 255)
13        end
14        if newFrame.TextLabel.TextLabel.Text == not "Website" then
15            newFrame.TextLabel.TextLael.TextColor3 = Color3.new(59, 255, 5)
View all 34 lines...
0
Is the friends games privates? Zeuxulaz 148 — 4y
0
Probably the prob Zeuxulaz 148 — 4y
0
Nope IEntity_303I 80 — 4y
0
ill send the output : RaiseTeleportInitFailedEvent: Teleport failed because This game is restricted (Unauthorized) IEntity_303I 80 — 4y

2 answers

Log in to vote
0
Answered by 4 years ago

My guess is you have to enable teleports in game settings. Also how dare you have basicly the same user as me.

0
Entity_246 i am a fan of Entity303 ok? IEntity_303I 80 — 4y
Ad
Log in to vote
0
Answered by 4 years ago

did you add the universe id or the place id?

0
i made this post long ago IEntity_303I 80 — 4y
0
ill try to see IEntity_303I 80 — 4y
0
TPS:TeleportToPlaceInstance(v.PlaceId, v.GameId, Player) IEntity_303I 80 — 4y
0
TPS:TeleportToPlaceInstance(v.PlaceId, v.GameId, Player) IEntity_303I 80 — 4y
View all comments (2 more)
0
TPS:TeleportToPlaceInstance(v.PlaceId, v.GameId, Player) IEntity_303I 80 — 4y
0
TPS:TeleportToPlaceInstance(v.PlaceId, v.GameId, Player) IEntity_303I 80 — 4y

Answer this question