Is It Possible To Make A Teleport To An Other Game Gui Button?
Look i’m not asking for you to feed me scripts, (if you had some it would be appreciated) but is iit possible to make a teleport to another game GUI button?
Yes, if you are the owner of both games you can make a teleport script for them.
2 Likes
you don’t have to be the owner of both games…
1 Like
So i just make the script and but the id code in it?
As long as the Game’s ID is accessible just by joining, then yes
Just simply use a LocalScript
and use the TeleportService
’s Teleport function to teleport the player through a different game ID
Example:
local TPService = game:GetService("TeleportService")
local TargetIDToTeleport = 4511055589
--Activate the Gui Button
TPService:Teleport(TargetIDToTeleport)
You mean if its accessible without paying?
I believe so yes, plus members would need to pay in order to play the game for it to work in the first place anyways