Teleport Tool
#1
Put this script in a tool, then click somewhere to teleport there:

Code:
tool = script.Parent
player = tool.Parent.Parent
if player:isA("Player") then
    body = player.Character.Body
    link(script.Parent.MouseDown, function(button, point)
        body.Position = point
    end)
end
Reply


Messages In This Thread
Teleport Tool - by Jacob__mybb_import1 - 10-17-2010, 02:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)