of     1   

FalconBlox124
#146415873Saturday, September 20, 2014 9:15 AM GMT

Hi guys i do a little scripting but when i Tested this Script out function onPlayerEntered(plr) while plr and not plr.Character do wait() end game:GetService('TeleportService'):Teleport(177009290, plr.Character) end game.Players.PlayerAdded:connect(onPlayerEntered) It Teleports Me to The place (as Said Before the ", plr. charater)") pls help me i am making an Obby server. that allows you to visit my (ugly) places Just to let them know where i begun Creating things and such.
SethDusek5
#146416651Saturday, September 20, 2014 9:59 AM GMT

It's not plr.Character it's just plr to teleport.
zorgan9220
#146416675Saturday, September 20, 2014 10:01 AM GMT

game.Players.PlayerAdded(function(player) game:GetService("TeleportService"):Teleport(177009290, player.Character) end) -i am atlanticblox

    of     1