#Game teleport help

1 messages · Page 1 of 1 (latest)

snow snow
#

So i made 2 games one is for a menu to teleport the players to the actual game, how do i make it so once they press on the play button they get sent to the actual game?

true bolt
#

maybe ask chat-gpt?

#

local TeleportService = game:GetService("TeleportService")
local placeId = 123456789 -- Replace this with the PlaceId of your actual game

script.Parent.MouseButton1Click:Connect(function()
TeleportService:Teleport(placeId, game.Players.LocalPlayer)
end)

copper lichen
waxen yoke
wet plover
# waxen yoke his great chatgpt answer btw

Well, if you ask chatgpt wrong then of course it won’t get it right you need to specify i have even answered some questions with chatgpt since they were too long and chatgpt got the answer first try

#

and it wasn’t one lucky time, it was way more than one.

waxen yoke
wet plover
#

yeah tbh chatgpt can be quite useful

waxen yoke