local bs= createRadarArea( -750, 900, 100, 100, 0, 255, 0, 175 )
local bb= createColCuboid ( -750, 900, 100, 100, 10.0, 10.0 )
function hill_Enter ( hitPlayer, matchingDimension )
if(getElementType(hitPlayer)=='player')then
outputChatBox ( "hi", getRootElement(), 255, 255, 0 )
end
end
addEventHandler ( "onColShapeHit", bb, hill_Enter )