of     1   

Q5C
#155872889Friday, February 13, 2015 4:08 PM GMT

that teleports to a place once you join it?
LordSpectro12
#155872923Friday, February 13, 2015 4:09 PM GMT

yea
Q5C
#155872932Friday, February 13, 2015 4:09 PM GMT

like: when i join a game it automatically teleports me to a different game
Kamov
#155872987Friday, February 13, 2015 4:10 PM GMT

I use it here: http://www.roblox.com/Donate-Free-donation-JOIN-place?id=213252751 function onPlayerEntered(plr) while plr and not plr.Character do wait() end game:GetService('TeleportService'):Teleport(81687634, plr.Character) end game.Players.PlayerAdded:connect(onPlayerEntered)
Kamov
#155873009Friday, February 13, 2015 4:11 PM GMT

replace 81687634 with target place id

    of     1