06-14-2011, 03:24 AM
[lua]link(script.Parent.Collided, function(hit)
if hit.Name == "Body" then
hit.Position = Vec2D(467.8, 53.18)
end
end)
[/lua][/quote]
Put that script in a Box.
if hit.Name == "Body" then
hit.Position = Vec2D(467.8, 53.18)
end
end)
[/lua][/quote]
Put that script in a Box.