Anybody have a World Teleporter?
#12
[lua]
function OnCollided(hit)
if hit.Parent.Type == "Character" then
hit.Parent.Parent = game:getWorld("test").World
hit.Parent.Position = Vec2D(newX, newY)
end
end

link(script.Parent.Collided, OnCollided)
[/lua]
Reply


Messages In This Thread
Anybody have a World Teleporter? - by Brassrhino - 06-09-2011, 07:58 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)