I’m trying to make a Gui Button that can send you to another place. Here’s a image:
I’ve been trying many things, but I can’t figure out an answer. So please, All answers help.
I’m trying to make a Gui Button that can send you to another place. Here’s a image:
I’ve been trying many things, but I can’t figure out an answer. So please, All answers help.
LocalScript inside the button, Also make sure Third party teleports or something like that is enabled in the games settings
local PlaceID = 12345 --// ID of the game you want to teleport to
script.Parent.Activated:Connect(function()
game:GetService("TeleportService"):Teleport(PlaceID, game.Players.LocalPlayer)
end)
Sorry but it seems that the Target place (I made the other place) is restricted, do you have any idea to fix that?
The ID might be wrong or youre trying to teleport in roblox studio which is disabled, try publishing the game and then trying to teleport
Make the game public or friends only.
How would i make it Friends only
?
Is Third Party Teleport enabled in both places?
How would I do that? (I’m new at this)
Be sure to do this on both places.