Posts: 964
	Threads: 49
	Joined: Apr 2011
	
Reputation: 
0
	 
	
		
		
		04-03-2011, 11:46 PM 
(This post was last modified: 04-11-2011, 12:36 AM by Evil.)
		
	 
	
		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.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 964
	Threads: 49
	Joined: Apr 2011
	
Reputation: 
0
	 
	
	
		Changing the # signs. They are the positions.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 239
	Threads: 13
	Joined: Apr 2011
	
Reputation: 
0
	 
	
	
		Somebody should make a cooler one that makes you fade out and in.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 964
	Threads: 49
	Joined: Apr 2011
	
Reputation: 
0
	 
	
	
		Yeah, I was careless and mistyped something. I fixed it though, it should work now.