How would we make teleporters?
#2
I've done it already.

[lua]
link(script.Parent.Collided, function(hit)
if hit.Name == "Body" then
hit.Position = Vec2D(#,#)
end
end)
[/lua]

I didn't test that script so there may be one or two errors in it, but I made a script just about like that which worked.
[Image: rogershanksluffy_display.gif]
Reply


Messages In This Thread
How would we make teleporters? - by broloxer - 04-03-2011, 11:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)