of     1   

GhostHunter7
#31260778Monday, August 09, 2010 7:59 PM GMT

All the other ones teleport everyone to the other side. I want one that only teleports the clicker to the other side. If you can make one, thanks.
GhostHunter7
#31260914Monday, August 09, 2010 8:01 PM GMT

Or some help with changing a script to accomplish this task.
Raven5887
#31261066Monday, August 09, 2010 8:03 PM GMT

You do know clicked event doesn't pass any arguments right?
crazypotato4
#31261147Monday, August 09, 2010 8:04 PM GMT

someone already made one :D - http://www.roblox.com/Forum/ShowPost.aspx?PostID=13247888 - try looking at that :D
BlockBuilder5000
#31261762Monday, August 09, 2010 8:10 PM GMT

function onClicked() brick = [--The brick to teleport to here!--] print("Clicked!") h = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") if h ~= nil then h.Parent:MoveTo(brick.Position + Vector3.new(0,10,0)) end end script.Parent.ClickDetector.MouseClick:connect(onClicked)
legolas2000
#31262229Monday, August 09, 2010 8:15 PM GMT

"Requesting a click teleporter." is not a valid member of "scripting helpers" --> output... WHY CANT PEOPLE GET IT?!? NO REQUESTS HERE!!!
Combrad
#31262483Monday, August 09, 2010 8:17 PM GMT

Impossible. Clickdetectors cannot detect the clicker. So no....
BlockBuilder5000
#31262724Monday, August 09, 2010 8:20 PM GMT

@Combrad Did you see my script? It works.
Combrad
#31268269Monday, August 09, 2010 9:26 PM GMT

I'll test it. If it works I will be amazed. (I could make click VIP doors)
OBF
#31268405Monday, August 09, 2010 9:28 PM GMT

Yeah, I think looking in the LocalPlayer may work. It's amazing no-one thought of that. ._.
Combrad
#31268483Monday, August 09, 2010 9:29 PM GMT

Just tested in a localscript....Nothing. Maybe a normal script might do something.
Lucas_Lua
#31268514Monday, August 09, 2010 9:30 PM GMT

Yeah I never remember to look at LocalPlayer. =\
Combrad
#31268522Monday, August 09, 2010 9:30 PM GMT

Yep a normal script works. VIP door here I come.
mityguy
#31268794Monday, August 09, 2010 9:33 PM GMT

Can't grasp who clicks sometihng with the current systym.
Combrad
#31268950Monday, August 09, 2010 9:35 PM GMT

You can mity....I just did....
Combrad
#31269512Monday, August 09, 2010 9:41 PM GMT

The script only works in edit/studio.

    of     1