04-04-2011, 12:02 AM
(04-03-2011, 11:46 PM)Scripter Wrote: I've done it already.
[lua]
link(script.Parent.Collided, function(hit)
if hit.Name == "Body" then
Body.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.
How would you make it change the place it went to?