of     1   

mustyoshi
Top 50 Poster
#524552Sunday, February 24, 2008 11:01 PM GMT

can anybody give me a voice tele that is free for anybody to use? not jsut admins, and DONT TELL ME TO FIND ONE! i cant!
mustyoshi
Top 50 Poster
#524617Sunday, February 24, 2008 11:28 PM GMT

PLZ COMONSAGDSFHADFH
DingDong272
Top 100 Poster
#524639Sunday, February 24, 2008 11:48 PM GMT

depends. Where you wanna tele?
mustyoshi
Top 50 Poster
#524799Monday, February 25, 2008 12:51 AM GMT

to the poistion of the script's parent script.Parent.Position
DingDong272
Top 100 Poster
#524897Monday, February 25, 2008 1:21 AM GMT

Ah. Here: function onChatted(msg, recipient, speaker) local msg = string.lower(msg) local source = string.lower(speaker.Name) if msg == "teleport" then speaker.Character.Torso.CFrame = CFrame.new(script.Parent.Position) end end --add coneection here
mustyoshi
Top 50 Poster
#525023Monday, February 25, 2008 2:07 AM GMT

what would the connection be?
mustyoshi
Top 50 Poster
#525502Monday, February 25, 2008 1:49 PM GMT

function onChatted(msg, recipient, speaker) local msg = string.lower(msg) local source = string.lower(speaker.Name) if msg == "teleport" then speaker.Character.Torso.CFrame = CFrame.new(script.Parent.Position) end end function onPlayerEntered(newPlayer) newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end) end game.Players.ChildAdded:connect(onPlayerEntered) like this?
burgly
Top 100 Poster
#525506Monday, February 25, 2008 1:55 PM GMT

Yes. Thats how it would be. I wonder why Ding didn't add it on himself?

    of     1