Here My Script: local id = 15241593460
local tps = game:GetService(“TeleportService”)
local button = script.Parent
local plr = game.Players.LocalPlayer
button.MouseButton1Click:Connect(function()
tps:TeleportAsync(15241593460, plr)
end)
2 Likes
if you trying to make a teleport script, where a player teleports to another game and its not working try enabling this in studio settings.
Also maybe put this in #help-and-feedback:scripting-support
2 Likes
its enabled http services third party teleports
2 Likes
i fixed it using adorneee part adn teleport function
2 Likes