4 lines
		
	
	
		
			129 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			129 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
function onUse(player, item, fromPosition, target, toPosition)
 | 
						|
	player:teleportTo({x = 32354, y = 32131, z = 9})
 | 
						|
	return true
 | 
						|
end |